Class: FedexWebServices::Soap::Rate::ExpressFreightDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ExpressFreightDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13ExpressFreightDetail
packingListEnclosed - SOAP::SOAPBoolean
shippersLoadAndCount - SOAP::SOAPPositiveInteger
bookingConfirmationNumber - SOAP::SOAPString
referenceLabelRequested - SOAP::SOAPBoolean
beforeDeliveryContact - FedexWebServices::Soap::Rate::ExpressFreightDetailContact
undeliverableContact - FedexWebServices::Soap::Rate::ExpressFreightDetailContact
Instance Attribute Summary collapse
-
#beforeDeliveryContact ⇒ Object
Returns the value of attribute beforeDeliveryContact.
-
#bookingConfirmationNumber ⇒ Object
Returns the value of attribute bookingConfirmationNumber.
-
#packingListEnclosed ⇒ Object
Returns the value of attribute packingListEnclosed.
-
#referenceLabelRequested ⇒ Object
Returns the value of attribute referenceLabelRequested.
-
#shippersLoadAndCount ⇒ Object
Returns the value of attribute shippersLoadAndCount.
-
#undeliverableContact ⇒ Object
Returns the value of attribute undeliverableContact.
Instance Method Summary collapse
-
#initialize(packingListEnclosed = nil, shippersLoadAndCount = nil, bookingConfirmationNumber = nil, referenceLabelRequested = nil, beforeDeliveryContact = nil, undeliverableContact = nil) ⇒ ExpressFreightDetail
constructor
A new instance of ExpressFreightDetail.
Constructor Details
#initialize(packingListEnclosed = nil, shippersLoadAndCount = nil, bookingConfirmationNumber = nil, referenceLabelRequested = nil, beforeDeliveryContact = nil, undeliverableContact = nil) ⇒ ExpressFreightDetail
Returns a new instance of ExpressFreightDetail.
1115 1116 1117 1118 1119 1120 1121 1122 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1115 def initialize(packingListEnclosed = nil, shippersLoadAndCount = nil, bookingConfirmationNumber = nil, referenceLabelRequested = nil, beforeDeliveryContact = nil, undeliverableContact = nil) @packingListEnclosed = packingListEnclosed @shippersLoadAndCount = shippersLoadAndCount @bookingConfirmationNumber = bookingConfirmationNumber @referenceLabelRequested = referenceLabelRequested @beforeDeliveryContact = beforeDeliveryContact @undeliverableContact = undeliverableContact end |
Instance Attribute Details
#beforeDeliveryContact ⇒ Object
Returns the value of attribute beforeDeliveryContact.
1112 1113 1114 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1112 def beforeDeliveryContact @beforeDeliveryContact end |
#bookingConfirmationNumber ⇒ Object
Returns the value of attribute bookingConfirmationNumber.
1110 1111 1112 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1110 def bookingConfirmationNumber @bookingConfirmationNumber end |
#packingListEnclosed ⇒ Object
Returns the value of attribute packingListEnclosed.
1108 1109 1110 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1108 def packingListEnclosed @packingListEnclosed end |
#referenceLabelRequested ⇒ Object
Returns the value of attribute referenceLabelRequested.
1111 1112 1113 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1111 def referenceLabelRequested @referenceLabelRequested end |
#shippersLoadAndCount ⇒ Object
Returns the value of attribute shippersLoadAndCount.
1109 1110 1111 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1109 def shippersLoadAndCount @shippersLoadAndCount end |
#undeliverableContact ⇒ Object
Returns the value of attribute undeliverableContact.
1113 1114 1115 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1113 def undeliverableContact @undeliverableContact end |