Class: TaskJuggler::IntegerAttribute
- Inherits:
-
AttributeBase
- Object
- AttributeBase
- TaskJuggler::IntegerAttribute
- 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) ⇒ IntegerAttribute
constructor
A new instance of IntegerAttribute.
Methods inherited from AttributeBase
#get, #id, #inherit, isList?, #isList?, mode, #name, #nil?, #reset, #set, setMode, #to_num, #to_rti, #to_s, #to_sort, #to_tjp
Constructor Details
#initialize(property, type, container) ⇒ IntegerAttribute
Returns a new instance of IntegerAttribute.
268 269 270 |
# File 'lib/taskjuggler/Attributes.rb', line 268 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
272 273 274 |
# File 'lib/taskjuggler/Attributes.rb', line 272 def IntegerAttribute::tjpId 'integer' end |