Class: AxiomusApi::SelfExportOrder

Inherits:
BaseOrder show all
Defined in:
lib/axiomus_api/order/self_export_order.rb

Instance Attribute Summary

Attributes included from Validated

#validation_errors

Instance Method Summary collapse

Methods inherited from BaseOrder

#checksum, create_by_mode, #create_item, #total_quantity

Methods inherited from Base

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

Methods included from Validated

#valid?

Methods included from Serializable

#to_xml

Constructor Details

#initializeSelfExportOrder



8
9
10
11
# File 'lib/axiomus_api/order/self_export_order.rb', line 8

def initialize
  super
  services = nil
end

Instance Method Details

#services=(val) ⇒ Object



13
# File 'lib/axiomus_api/order/self_export_order.rb', line 13

def services=(val); end