Class: TaskJuggler::LimitsAttribute
- Inherits:
-
AttributeBase
- Object
- AttributeBase
- TaskJuggler::LimitsAttribute
- 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) ⇒ LimitsAttribute
constructor
A new instance of LimitsAttribute.
- #to_tjp ⇒ Object
Methods inherited from AttributeBase
#get, #id, #inherit, isList?, #isList?, mode, #name, #nil?, #reset, #set, setMode, #to_num, #to_rti, #to_s, #to_sort
Constructor Details
#initialize(property, type, container) ⇒ LimitsAttribute
Returns a new instance of LimitsAttribute.
384 385 386 387 388 |
# File 'lib/taskjuggler/Attributes.rb', line 384 def initialize(property, type, container) super v = get v.setProject(property.project) if v end |
Class Method Details
.tjpId ⇒ Object
390 391 392 |
# File 'lib/taskjuggler/Attributes.rb', line 390 def LimitsAttribute::tjpId 'limits' end |
Instance Method Details
#to_tjp ⇒ Object
394 395 396 |
# File 'lib/taskjuggler/Attributes.rb', line 394 def to_tjp 'This code is still missing!' end |