Class: FedexWebServices::Soap::Ship::PickupDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::PickupDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12PickupDetail
readyDateTime - SOAP::SOAPDateTime
latestPickupDateTime - SOAP::SOAPDateTime
courierInstructions - SOAP::SOAPString
requestType - FedexWebServices::Soap::Ship::PickupRequestType
requestSource - FedexWebServices::Soap::Ship::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.
2321 2322 2323 2324 2325 2326 2327 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2321 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.
2317 2318 2319 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2317 def courierInstructions @courierInstructions end |
#latestPickupDateTime ⇒ Object
Returns the value of attribute latestPickupDateTime.
2316 2317 2318 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2316 def latestPickupDateTime @latestPickupDateTime end |
#readyDateTime ⇒ Object
Returns the value of attribute readyDateTime.
2315 2316 2317 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2315 def readyDateTime @readyDateTime end |
#requestSource ⇒ Object
Returns the value of attribute requestSource.
2319 2320 2321 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2319 def requestSource @requestSource end |
#requestType ⇒ Object
Returns the value of attribute requestType.
2318 2319 2320 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2318 def requestType @requestType end |