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, #total_quantity

Methods inherited from Base

attribute_meta, extract_options, 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

#initializeSelfExportOrder

Returns a new instance of SelfExportOrder.



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

def initialize
  super
  @services = nil
end

Instance Method Details

#services=(val) ⇒ Object



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

def services=(val); end