spacewalk :: server :: importlib :: importLib :: Erratum :: Class Erratum
[hide private]
[frames] | no frames]

Class Erratum


The most base type

Instance Methods [hide private]

Inherited from Information: __init__

Inherited from BaseInformation: toDict

Inherited from Item: __repr__, populate

Inherited from UserDict.UserDict: __cmp__, __contains__, __delitem__, __getitem__, __len__, __setitem__, clear, copy, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Class Methods [hide private]

Inherited from UserDict.UserDict: fromkeys

Class Variables [hide private]
  attributeTypes = {'advisory': <type 'str'>, 'advisory_name': <...

Inherited from UserDict.UserDict: __hash__

Class Variable Details [hide private]

attributeTypes

Value:
{'advisory': <type 'str'>,
 'advisory_name': <type 'str'>,
 'advisory_rel': <type 'int'>,
 'advisory_type': <type 'str'>,
 'bugs': [<class spacewalk.server.importlib.importLib.Bug at 0x7f4fe23\
8bb48>],
 'channels': [<class spacewalk.server.importlib.importLib.Channel at 0\
x7f4fe238b738>],
...