Class: FedexWebServices::Soap::Rate::PickupDetail

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

Instance Method Summary collapse

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

#courierInstructionsObject

Returns the value of attribute courierInstructions.



1942
1943
1944
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1942

def courierInstructions
  @courierInstructions
end

#latestPickupDateTimeObject

Returns the value of attribute latestPickupDateTime.



1941
1942
1943
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1941

def latestPickupDateTime
  @latestPickupDateTime
end

#readyDateTimeObject

Returns the value of attribute readyDateTime.



1940
1941
1942
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1940

def readyDateTime
  @readyDateTime
end

#requestSourceObject

Returns the value of attribute requestSource.



1944
1945
1946
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1944

def requestSource
  @requestSource
end

#requestTypeObject

Returns the value of attribute requestType.



1943
1944
1945
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1943

def requestType
  @requestType
end