Class: FedexWebServices::Soap::Rate::ExpressFreightDetail

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

Instance Method Summary collapse

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

#beforeDeliveryContactObject

Returns the value of attribute beforeDeliveryContact.



1112
1113
1114
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1112

def beforeDeliveryContact
  @beforeDeliveryContact
end

#bookingConfirmationNumberObject

Returns the value of attribute bookingConfirmationNumber.



1110
1111
1112
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1110

def bookingConfirmationNumber
  @bookingConfirmationNumber
end

#packingListEnclosedObject

Returns the value of attribute packingListEnclosed.



1108
1109
1110
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1108

def packingListEnclosed
  @packingListEnclosed
end

#referenceLabelRequestedObject

Returns the value of attribute referenceLabelRequested.



1111
1112
1113
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1111

def referenceLabelRequested
  @referenceLabelRequested
end

#shippersLoadAndCountObject

Returns the value of attribute shippersLoadAndCount.



1109
1110
1111
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1109

def shippersLoadAndCount
  @shippersLoadAndCount
end

#undeliverableContactObject

Returns the value of attribute undeliverableContact.



1113
1114
1115
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1113

def undeliverableContact
  @undeliverableContact
end