Class: FedexWebServices::Soap::Ship::ShipmentOperationalDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12ShipmentOperationalDetail ursaPrefixCode - SOAP::SOAPString ursaSuffixCode - SOAP::SOAPString originLocationId - SOAP::SOAPString originLocationNumber - SOAP::SOAPInt originServiceArea - SOAP::SOAPString destinationLocationId - SOAP::SOAPString destinationLocationNumber - SOAP::SOAPInt destinationServiceArea - SOAP::SOAPString destinationLocationStateOrProvinceCode - SOAP::SOAPString deliveryDate - SOAP::SOAPDate deliveryDay - FedexWebServices::Soap::Ship::DayOfWeekType publishedDeliveryTime - SOAP::SOAPTime commitDate - SOAP::SOAPDate commitDay - FedexWebServices::Soap::Ship::DayOfWeekType transitTime - FedexWebServices::Soap::Ship::TransitTimeType maximumTransitTime - FedexWebServices::Soap::Ship::TransitTimeType customTransitTime - FedexWebServices::Soap::Ship::TransitTimeType ineligibleForMoneyBackGuarantee - SOAP::SOAPBoolean deliveryEligibilities - FedexWebServices::Soap::Ship::GroundDeliveryEligibilityType astraPlannedServiceLevel - SOAP::SOAPString astraDescription - SOAP::SOAPString postalCode - SOAP::SOAPString stateOrProvinceCode - SOAP::SOAPString countryCode - SOAP::SOAPString airportId - SOAP::SOAPString serviceCode - SOAP::SOAPString scac - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ursaPrefixCode = nil, ursaSuffixCode = nil, originLocationId = nil, originLocationNumber = nil, originServiceArea = nil, destinationLocationId = nil, destinationLocationNumber = nil, destinationServiceArea = nil, destinationLocationStateOrProvinceCode = nil, deliveryDate = nil, deliveryDay = nil, publishedDeliveryTime = nil, commitDate = nil, commitDay = nil, transitTime = nil, maximumTransitTime = nil, customTransitTime = nil, ineligibleForMoneyBackGuarantee = nil, deliveryEligibilities = [], astraPlannedServiceLevel = nil, astraDescription = nil, postalCode = nil, stateOrProvinceCode = nil, countryCode = nil, airportId = nil, serviceCode = nil, scac = nil) ⇒ ShipmentOperationalDetail

Returns a new instance of ShipmentOperationalDetail.



2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2949

def initialize(ursaPrefixCode = nil, ursaSuffixCode = nil, originLocationId = nil, originLocationNumber = nil, originServiceArea = nil, destinationLocationId = nil, destinationLocationNumber = nil, destinationServiceArea = nil, destinationLocationStateOrProvinceCode = nil, deliveryDate = nil, deliveryDay = nil, publishedDeliveryTime = nil, commitDate = nil, commitDay = nil, transitTime = nil, maximumTransitTime = nil, customTransitTime = nil, ineligibleForMoneyBackGuarantee = nil, deliveryEligibilities = [], astraPlannedServiceLevel = nil, astraDescription = nil, postalCode = nil, stateOrProvinceCode = nil, countryCode = nil, airportId = nil, serviceCode = nil, scac = nil)
  @ursaPrefixCode = ursaPrefixCode
  @ursaSuffixCode = ursaSuffixCode
  @originLocationId = originLocationId
  @originLocationNumber = originLocationNumber
  @originServiceArea = originServiceArea
  @destinationLocationId = destinationLocationId
  @destinationLocationNumber = destinationLocationNumber
  @destinationServiceArea = destinationServiceArea
  @destinationLocationStateOrProvinceCode = destinationLocationStateOrProvinceCode
  @deliveryDate = deliveryDate
  @deliveryDay = deliveryDay
  @publishedDeliveryTime = publishedDeliveryTime
  @commitDate = commitDate
  @commitDay = commitDay
  @transitTime = transitTime
  @maximumTransitTime = maximumTransitTime
  @customTransitTime = customTransitTime
  @ineligibleForMoneyBackGuarantee = ineligibleForMoneyBackGuarantee
  @deliveryEligibilities = deliveryEligibilities
  @astraPlannedServiceLevel = astraPlannedServiceLevel
  @astraDescription = astraDescription
  @postalCode = postalCode
  @stateOrProvinceCode = stateOrProvinceCode
  @countryCode = countryCode
  @airportId = airportId
  @serviceCode = serviceCode
  @scac = scac
end

Instance Attribute Details

#airportId ⇒ Object

Returns the value of attribute airportId.



2945
2946
2947
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2945

def airportId
  @airportId
end

#astraDescription ⇒ Object

Returns the value of attribute astraDescription.



2941
2942
2943
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2941

def astraDescription
  @astraDescription
end

#astraPlannedServiceLevel ⇒ Object

Returns the value of attribute astraPlannedServiceLevel.



2940
2941
2942
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2940

def astraPlannedServiceLevel
  @astraPlannedServiceLevel
end

#commitDate ⇒ Object

Returns the value of attribute commitDate.



2933
2934
2935
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2933

def commitDate
  @commitDate
end

#commitDay ⇒ Object

Returns the value of attribute commitDay.



2934
2935
2936
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2934

def commitDay
  @commitDay
end

#countryCode ⇒ Object

Returns the value of attribute countryCode.



2944
2945
2946
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2944

def countryCode
  @countryCode
end

#customTransitTime ⇒ Object

Returns the value of attribute customTransitTime.



2937
2938
2939
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2937

def customTransitTime
  @customTransitTime
end

#deliveryDate ⇒ Object

Returns the value of attribute deliveryDate.



2930
2931
2932
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2930

def deliveryDate
  @deliveryDate
end

#deliveryDay ⇒ Object

Returns the value of attribute deliveryDay.



2931
2932
2933
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2931

def deliveryDay
  @deliveryDay
end

#deliveryEligibilities ⇒ Object

Returns the value of attribute deliveryEligibilities.



2939
2940
2941
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2939

def deliveryEligibilities
  @deliveryEligibilities
end

#destinationLocationId ⇒ Object

Returns the value of attribute destinationLocationId.



2926
2927
2928
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2926

def destinationLocationId
  @destinationLocationId
end

#destinationLocationNumber ⇒ Object

Returns the value of attribute destinationLocationNumber.



2927
2928
2929
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2927

def destinationLocationNumber
  @destinationLocationNumber
end

#destinationLocationStateOrProvinceCode ⇒ Object

Returns the value of attribute destinationLocationStateOrProvinceCode.



2929
2930
2931
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2929

def destinationLocationStateOrProvinceCode
  @destinationLocationStateOrProvinceCode
end

#destinationServiceArea ⇒ Object

Returns the value of attribute destinationServiceArea.



2928
2929
2930
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2928

def destinationServiceArea
  @destinationServiceArea
end

#ineligibleForMoneyBackGuarantee ⇒ Object

Returns the value of attribute ineligibleForMoneyBackGuarantee.



2938
2939
2940
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2938

def ineligibleForMoneyBackGuarantee
  @ineligibleForMoneyBackGuarantee
end

#maximumTransitTime ⇒ Object

Returns the value of attribute maximumTransitTime.



2936
2937
2938
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2936

def maximumTransitTime
  @maximumTransitTime
end

#originLocationId ⇒ Object

Returns the value of attribute originLocationId.



2923
2924
2925
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2923

def originLocationId
  @originLocationId
end

#originLocationNumber ⇒ Object

Returns the value of attribute originLocationNumber.



2924
2925
2926
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2924

def originLocationNumber
  @originLocationNumber
end

#originServiceArea ⇒ Object

Returns the value of attribute originServiceArea.



2925
2926
2927
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2925

def originServiceArea
  @originServiceArea
end

#postalCode ⇒ Object

Returns the value of attribute postalCode.



2942
2943
2944
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2942

def postalCode
  @postalCode
end

#publishedDeliveryTime ⇒ Object

Returns the value of attribute publishedDeliveryTime.



2932
2933
2934
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2932

def publishedDeliveryTime
  @publishedDeliveryTime
end

#scac ⇒ Object

Returns the value of attribute scac.



2947
2948
2949
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2947

def scac
  @scac
end

#serviceCode ⇒ Object

Returns the value of attribute serviceCode.



2946
2947
2948
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2946

def serviceCode
  @serviceCode
end

#stateOrProvinceCode ⇒ Object

Returns the value of attribute stateOrProvinceCode.



2943
2944
2945
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2943

def stateOrProvinceCode
  @stateOrProvinceCode
end

#transitTime ⇒ Object

Returns the value of attribute transitTime.



2935
2936
2937
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2935

def transitTime
  @transitTime
end

#ursaPrefixCode ⇒ Object

Returns the value of attribute ursaPrefixCode.



2921
2922
2923
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2921

def ursaPrefixCode
  @ursaPrefixCode
end

#ursaSuffixCode ⇒ Object

Returns the value of attribute ursaSuffixCode.



2922
2923
2924
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2922

def ursaSuffixCode
  @ursaSuffixCode
end