Class: FlagObject
- Inherits:
-
Object
- Object
- FlagObject
- Defined in:
- lib/melody_object/Mo_h_hc.rb
Instance Attribute Summary collapse
-
#childrenaeattriblist ⇒ Object
Returns the value of attribute childrenaeattriblist.
-
#childrenaelist ⇒ Object
Returns the value of attribute childrenaelist.
-
#currentchildren ⇒ Object
Returns the value of attribute currentchildren.
-
#versions ⇒ Object
Returns the value of attribute versions.
Instance Method Summary collapse
-
#initialize(vrsns) ⇒ FlagObject
constructor
A new instance of FlagObject.
Constructor Details
#initialize(vrsns) ⇒ FlagObject
Returns a new instance of FlagObject.
182 183 184 185 |
# File 'lib/melody_object/Mo_h_hc.rb', line 182 def initialize(vrsns) @currentchildren=1 @versions=vrsns end |
Instance Attribute Details
#childrenaeattriblist ⇒ Object
Returns the value of attribute childrenaeattriblist.
178 179 180 |
# File 'lib/melody_object/Mo_h_hc.rb', line 178 def childrenaeattriblist @childrenaeattriblist end |
#childrenaelist ⇒ Object
Returns the value of attribute childrenaelist.
177 178 179 |
# File 'lib/melody_object/Mo_h_hc.rb', line 177 def childrenaelist @childrenaelist end |
#currentchildren ⇒ Object
Returns the value of attribute currentchildren.
176 177 178 |
# File 'lib/melody_object/Mo_h_hc.rb', line 176 def currentchildren @currentchildren end |
#versions ⇒ Object
Returns the value of attribute versions.
179 180 181 |
# File 'lib/melody_object/Mo_h_hc.rb', line 179 def versions @versions end |