Class: TaskJuggler::AccountAttribute
- Inherits:
-
AttributeBase
- Object
- AttributeBase
- TaskJuggler::AccountAttribute
- Defined in:
- lib/taskjuggler/Attributes.rb
Instance Attribute Summary
Attributes inherited from AttributeBase
#inherited, #property, #provided, #type
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(property, type, container) ⇒ AccountAttribute
constructor
A new instance of AccountAttribute.
- #to_s(query = nil) ⇒ Object
- #to_tjp ⇒ Object
Methods inherited from AttributeBase
#get, #id, #inherit, isList?, #isList?, mode, #name, #nil?, #reset, #set, setMode, #to_num, #to_rti, #to_sort
Constructor Details
#initialize(property, type, container) ⇒ AccountAttribute
27 28 29 |
# File 'lib/taskjuggler/Attributes.rb', line 27 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
31 32 33 |
# File 'lib/taskjuggler/Attributes.rb', line 31 def AccountAttribute::tjpId 'account' end |