Class: SolidusShipwire::ShipwireObjects::Order
- Inherits:
-
Order::ShipwireObject
- Object
- Order::ShipwireObject
- SolidusShipwire::ShipwireObjects::Order
- Defined in:
- lib/solidus_shipwire/shipwire_objects/order.rb
Instance Method Summary collapse
Instance Method Details
#ship_from ⇒ Object
12 13 14 |
# File 'lib/solidus_shipwire/shipwire_objects/order.rb', line 12 def ship_from @attrs[:shipFrom] end |
#ship_to ⇒ Object
8 9 10 |
# File 'lib/solidus_shipwire/shipwire_objects/order.rb', line 8 def ship_to @attrs[:shipTo] end |
#status ⇒ Object
4 5 6 |
# File 'lib/solidus_shipwire/shipwire_objects/order.rb', line 4 def status @attrs[:status] end |