Class: Temando::Delivery::DoorToDoor

Inherits:
Base
  • Object
show all
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

#destination, #origin

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Temando::Delivery::Base

Instance Method Details

#shipping_methodObject



11
12
13
# File 'lib/temando/delivery/door_to_door.rb', line 11

def shipping_method
  'Door to Door'
end

#shipping_natureObject



7
8
9
# File 'lib/temando/delivery/door_to_door.rb', line 7

def shipping_nature
  'Domestic'
end