Class: FedexWebServices::Soap::Ship::ExpressFreightDetail

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

Instance Method Summary collapse

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

#bookingConfirmationNumberObject

Returns the value of attribute bookingConfirmationNumber.



1447
1448
1449
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1447

def bookingConfirmationNumber
  @bookingConfirmationNumber
end

#packingListEnclosedObject

Returns the value of attribute packingListEnclosed.



1445
1446
1447
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1445

def packingListEnclosed
  @packingListEnclosed
end

#shippersLoadAndCountObject

Returns the value of attribute shippersLoadAndCount.



1446
1447
1448
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1446

def shippersLoadAndCount
  @shippersLoadAndCount
end