Class: TaskJuggler::FlagListAttribute
- Inherits:
-
ListAttributeBase
- Object
- AttributeBase
- ListAttributeBase
- TaskJuggler::FlagListAttribute
- 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) ⇒ FlagListAttribute
constructor
A new instance of FlagListAttribute.
- #to_s(query = nil) ⇒ Object
- #to_tjp ⇒ Object
Methods inherited from ListAttributeBase
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) ⇒ FlagListAttribute
Returns a new instance of FlagListAttribute.
278 279 280 |
# File 'lib/taskjuggler/Attributes.rb', line 278 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
282 283 284 |
# File 'lib/taskjuggler/Attributes.rb', line 282 def FlagListAttribute::tjpId 'flaglist' end |