class Opencrx::Model::Record::ItemList

Public Instance Methods

to_xml(options = nil) click to toggle source
Calls superclass method
# File lib/opencrx/model/record/attributes.rb, line 28
def to_xml(options = nil)
  super(options.merge(children: '_item'))
end