Class: FedexWebServices::Soap::Ship::ExpressFreightDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ExpressFreightDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ExpressFreightDetail
packingListEnclosed - SOAP::SOAPBoolean
shippersLoadAndCount - SOAP::SOAPPositiveInteger
bookingConfirmationNumber - SOAP::SOAPString
Instance Attribute Summary collapse
-
#bookingConfirmationNumber ⇒ Object
Returns the value of attribute bookingConfirmationNumber.
-
#packingListEnclosed ⇒ Object
Returns the value of attribute packingListEnclosed.
-
#shippersLoadAndCount ⇒ Object
Returns the value of attribute shippersLoadAndCount.
Instance Method Summary collapse
-
#initialize(packingListEnclosed = nil, shippersLoadAndCount = nil, bookingConfirmationNumber = nil) ⇒ ExpressFreightDetail
constructor
A new instance of ExpressFreightDetail.
Constructor Details
#initialize(packingListEnclosed = nil, shippersLoadAndCount = nil, bookingConfirmationNumber = nil) ⇒ ExpressFreightDetail
Returns a new instance of ExpressFreightDetail.
1449 1450 1451 1452 1453 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1449 def initialize(packingListEnclosed = nil, shippersLoadAndCount = nil, bookingConfirmationNumber = nil) @packingListEnclosed = packingListEnclosed @shippersLoadAndCount = shippersLoadAndCount @bookingConfirmationNumber = bookingConfirmationNumber end |
Instance Attribute Details
#bookingConfirmationNumber ⇒ Object
Returns the value of attribute bookingConfirmationNumber.
1447 1448 1449 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1447 def bookingConfirmationNumber @bookingConfirmationNumber end |
#packingListEnclosed ⇒ Object
Returns the value of attribute packingListEnclosed.
1445 1446 1447 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1445 def packingListEnclosed @packingListEnclosed end |
#shippersLoadAndCount ⇒ Object
Returns the value of attribute shippersLoadAndCount.
1446 1447 1448 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1446 def shippersLoadAndCount @shippersLoadAndCount end |