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.
385 386 387 388 389 |
# File 'lib/taskjuggler/Attributes.rb', line 385 def initialize(property, type, container) super v = get v.setProject(property.project) if v end |
Class Method Details
.tjpId ⇒ Object
391 392 393 |
# File 'lib/taskjuggler/Attributes.rb', line 391 def LimitsAttribute::tjpId 'limits' end |
Instance Method Details
#to_tjp ⇒ Object
395 396 397 |
# File 'lib/taskjuggler/Attributes.rb', line 395 def to_tjp 'This code is still missing!' end |