Class: Nexml::Document::Otus

Inherits:
Nexml::DummyBase show all
Defined in:
lib/nexml/nexml_parser.rb

Overview

rest of the model

Instance Attribute Summary collapse

Attributes inherited from Nexml::DummyBase

#attributes, #text

Instance Method Summary collapse

Methods inherited from Nexml::DummyBase

#attribute

Constructor Details

#initialize(opts) ⇒ Otus

Returns a new instance of Otus.



220
221
222
223
# File 'lib/nexml/nexml_parser.rb', line 220

def initialize(opts)
  @otus = [] 
  super
end

Instance Attribute Details

#otusObject

Returns the value of attribute otus.



219
220
221
# File 'lib/nexml/nexml_parser.rb', line 219

def otus
  @otus
end