Class: Temando::Delivery::DoorToDoor
- Defined in:
- lib/temando/delivery/door_to_door.rb
Overview
A Temando::Delivery::DoorToDoor represents the collection of a shipment from physical premises (eg. home or office) and shipping them to other physical premises.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Temando::Delivery::Base
Instance Method Details
#shipping_method ⇒ Object
11 12 13 |
# File 'lib/temando/delivery/door_to_door.rb', line 11 def shipping_method 'Door to Door' end |
#shipping_nature ⇒ Object
7 8 9 |
# File 'lib/temando/delivery/door_to_door.rb', line 7 def shipping_nature 'Domestic' end |