Class: TaskJuggler::LimitsAttribute

Inherits:
AttributeBase show all
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

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

.tjpIdObject



391
392
393
# File 'lib/taskjuggler/Attributes.rb', line 391

def LimitsAttribute::tjpId
  'limits'
end

Instance Method Details

#to_tjpObject



395
396
397
# File 'lib/taskjuggler/Attributes.rb', line 395

def to_tjp
  'This code is still missing!'
end