Class: Opencrx::Model::Record::ItemList

Inherits:
Array
  • Object
show all
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(options = nil)
  super(options.merge(children: '_item'))
end