Class: FedexWebServices::Soap::Rate::PickupDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::PickupDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13PickupDetail
readyDateTime - SOAP::SOAPDateTime
latestPickupDateTime - SOAP::SOAPDateTime
courierInstructions - SOAP::SOAPString
requestType - FedexWebServices::Soap::Rate::PickupRequestType
requestSource - FedexWebServices::Soap::Rate::PickupRequestSourceType
Instance Attribute Summary collapse
-
#courierInstructions ⇒ Object
Returns the value of attribute courierInstructions.
-
#latestPickupDateTime ⇒ Object
Returns the value of attribute latestPickupDateTime.
-
#readyDateTime ⇒ Object
Returns the value of attribute readyDateTime.
-
#requestSource ⇒ Object
Returns the value of attribute requestSource.
-
#requestType ⇒ Object
Returns the value of attribute requestType.
Instance Method Summary collapse
-
#initialize(readyDateTime = nil, latestPickupDateTime = nil, courierInstructions = nil, requestType = nil, requestSource = nil) ⇒ PickupDetail
constructor
A new instance of PickupDetail.
Constructor Details
#initialize(readyDateTime = nil, latestPickupDateTime = nil, courierInstructions = nil, requestType = nil, requestSource = nil) ⇒ PickupDetail
Returns a new instance of PickupDetail.
1946 1947 1948 1949 1950 1951 1952 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1946 def initialize(readyDateTime = nil, latestPickupDateTime = nil, courierInstructions = nil, requestType = nil, requestSource = nil) @readyDateTime = readyDateTime @latestPickupDateTime = latestPickupDateTime @courierInstructions = courierInstructions @requestType = requestType @requestSource = requestSource end |
Instance Attribute Details
#courierInstructions ⇒ Object
Returns the value of attribute courierInstructions.
1942 1943 1944 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1942 def courierInstructions @courierInstructions end |
#latestPickupDateTime ⇒ Object
Returns the value of attribute latestPickupDateTime.
1941 1942 1943 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1941 def latestPickupDateTime @latestPickupDateTime end |
#readyDateTime ⇒ Object
Returns the value of attribute readyDateTime.
1940 1941 1942 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1940 def readyDateTime @readyDateTime end |
#requestSource ⇒ Object
Returns the value of attribute requestSource.
1944 1945 1946 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1944 def requestSource @requestSource end |
#requestType ⇒ Object
Returns the value of attribute requestType.
1943 1944 1945 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1943 def requestType @requestType end |