Class: AxiomusApi::SelfExportOrder
- Defined in:
- lib/axiomus_api/order/self_export_order.rb
Instance Attribute Summary
Attributes included from Validated
Instance Method Summary collapse
-
#initialize ⇒ SelfExportOrder
constructor
A new instance of SelfExportOrder.
- #services=(val) ⇒ Object
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
Methods included from Serializable
Constructor Details
#initialize ⇒ SelfExportOrder
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 |