Class: Nexml::Document::Otus
- Inherits:
-
Nexml::DummyBase
- Object
- Nexml::DummyBase
- Nexml::Document::Otus
- Defined in:
- lib/nexml.rb
Overview
rest of the model
Instance Attribute Summary collapse
-
#otus ⇒ Object
Returns the value of attribute otus.
Attributes inherited from Nexml::DummyBase
Instance Method Summary collapse
-
#initialize(opts) ⇒ Otus
constructor
A new instance of Otus.
Methods inherited from Nexml::DummyBase
Constructor Details
#initialize(opts) ⇒ Otus
Returns a new instance of Otus.
220 221 222 223 |
# File 'lib/nexml.rb', line 220 def initialize(opts) @otus = [] super end |
Instance Attribute Details
#otus ⇒ Object
Returns the value of attribute otus.
219 220 221 |
# File 'lib/nexml.rb', line 219 def otus @otus end |