Class: TaskJuggler::BooleanAttribute
- Inherits:
-
AttributeBase
- Object
- AttributeBase
- TaskJuggler::BooleanAttribute
- 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) ⇒ BooleanAttribute
constructor
A new instance of BooleanAttribute.
- #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) ⇒ BooleanAttribute
Returns a new instance of BooleanAttribute.
126 127 128 |
# File 'lib/taskjuggler/Attributes.rb', line 126 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
130 131 132 |
# File 'lib/taskjuggler/Attributes.rb', line 130 def BooleanAttribute::tjpId 'boolean' end |