Class: Opencrx::Model::Record::ItemList
- Inherits:
-
Array
- Object
- Array
- Opencrx::Model::Record::ItemList
- Defined in:
- lib/opencrx/model/record/attributes.rb
Instance Method Summary collapse
Instance Method Details
#to_xml(options = nil) ⇒ Object
28 29 30 |
# File 'lib/opencrx/model/record/attributes.rb', line 28 def to_xml( = nil) super(.merge(children: '_item')) end |