Class: AxiomusApi::ExportItems

Inherits:
Base
  • Object
show all
Defined in:
lib/axiomus_api/items/export_items.rb

Instance Attribute Summary

Attributes included from Validated

#validation_errors

Instance Method Summary collapse

Methods inherited from Base

attribute_meta, extract_options, #initialize, tag_name, #tag_name, xml_attribute, xml_element, xml_field, xml_field_array

Methods included from Validated

#valid?

Methods included from Serializable

#to_xml

Constructor Details

This class inherits a constructor from AxiomusApi::Base

Instance Method Details

#add_itemObject



8
9
10
11
12
# File 'lib/axiomus_api/items/export_items.rb', line 8

def add_item
  new_item = AxiomusApi::ExportItem.new
  item << new_item
  new_item
end