Class: EPlat::Mapping::Shopify::V202407::Order
- Defined in:
- lib/e_plat/mapping/shopify/v_2024_07/order.rb,
lib/e_plat/mapping/shopify/v_2024_07/order/billing_address.rb,
lib/e_plat/mapping/shopify/v_2024_07/order/shipping_address.rb
Defined Under Namespace
Classes: BillingAddress, ShippingAddress
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
#resource, #virtual_collection
Instance Method Summary collapse
Methods inherited from Base
#aliases, #e_plat_key_to, #initialize, #inspect, #keys_aliased_to_native_keys, #mappable_keys, #mappings, #native_key_to, #native_setter, #to_e_plat_keys, #to_native_keys, #via_native_attributes_where_possible, virtual_collection
Methods included from RequestBodyRoot
#include_root_in_request_body?
Constructor Details
This class inherits a constructor from EPlat::Mapping::Base
Instance Method Details
#native_attribute_aliases ⇒ Object
16 17 18 19 |
# File 'lib/e_plat/mapping/shopify/v_2024_07/order.rb', line 16 def native_attribute_aliases super.concat([ ]) end |
#native_attributes ⇒ Object
11 12 13 14 |
# File 'lib/e_plat/mapping/shopify/v_2024_07/order.rb', line 11 def native_attributes super.concat([ ]) end |
#native_top_key ⇒ Object
7 8 9 |
# File 'lib/e_plat/mapping/shopify/v_2024_07/order.rb', line 7 def native_top_key "order" end |