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.



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

.tjpIdObject



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

def LimitsAttribute::tjpId
  'limits'
end

Instance Method Details

#to_tjpObject



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

def to_tjp
  'This code is still missing!'
end