Class: PurolatorWebServices::Soap::LTLOrderRequest
- Inherits:
-
OrderRequest
- Object
- OrderRequest
- PurolatorWebServices::Soap::LTLOrderRequest
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/LTLOrderRequest
credentials - PurolatorWebServices::Soap::CredentialInfo
orderNumber - SOAP::SOAPString
ref1 - SOAP::SOAPString
ref2 - SOAP::SOAPString
shipDate - SOAP::SOAPDateTime
shipMethod - SOAP::SOAPString
specialServices - PurolatorWebServices::Soap::ArrayOfString
billingOption - SOAP::SOAPString
billingAccount - SOAP::SOAPString
labelType - SOAP::SOAPString
shipFromAddress - PurolatorWebServices::Soap::Address
shipToAddress - PurolatorWebServices::Soap::Address
declaredValue - SOAP::SOAPDecimal
currency - SOAP::SOAPString
packages - PurolatorWebServices::Soap::ArrayOfRequestPackage
items - PurolatorWebServices::Soap::ArrayOfRequestItem
grossWeight - SOAP::SOAPDecimal
pallets - PurolatorWebServices::Soap::ArrayOfLTLPalletRequest
Instance Attribute Summary collapse
-
#billingAccount ⇒ Object
Returns the value of attribute billingAccount.
-
#billingOption ⇒ Object
Returns the value of attribute billingOption.
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#declaredValue ⇒ Object
Returns the value of attribute declaredValue.
-
#grossWeight ⇒ Object
Returns the value of attribute grossWeight.
-
#items ⇒ Object
Returns the value of attribute items.
-
#labelType ⇒ Object
Returns the value of attribute labelType.
-
#orderNumber ⇒ Object
Returns the value of attribute orderNumber.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#pallets ⇒ Object
Returns the value of attribute pallets.
-
#ref1 ⇒ Object
Returns the value of attribute ref1.
-
#ref2 ⇒ Object
Returns the value of attribute ref2.
-
#shipDate ⇒ Object
Returns the value of attribute shipDate.
-
#shipFromAddress ⇒ Object
Returns the value of attribute shipFromAddress.
-
#shipMethod ⇒ Object
Returns the value of attribute shipMethod.
-
#shipToAddress ⇒ Object
Returns the value of attribute shipToAddress.
-
#specialServices ⇒ Object
Returns the value of attribute specialServices.
Instance Method Summary collapse
-
#initialize(credentials = nil, orderNumber = nil, ref1 = nil, ref2 = nil, shipDate = nil, shipMethod = nil, specialServices = nil, billingOption = nil, billingAccount = nil, labelType = nil, shipFromAddress = nil, shipToAddress = nil, declaredValue = nil, currency = nil, packages = nil, items = nil, grossWeight = nil, pallets = nil) ⇒ LTLOrderRequest
constructor
A new instance of LTLOrderRequest.
Constructor Details
#initialize(credentials = nil, orderNumber = nil, ref1 = nil, ref2 = nil, shipDate = nil, shipMethod = nil, specialServices = nil, billingOption = nil, billingAccount = nil, labelType = nil, shipFromAddress = nil, shipToAddress = nil, declaredValue = nil, currency = nil, packages = nil, items = nil, grossWeight = nil, pallets = nil) ⇒ LTLOrderRequest
Returns a new instance of LTLOrderRequest.
732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 |
# File 'lib/purolator_web_services/soap/default.rb', line 732 def initialize(credentials = nil, orderNumber = nil, ref1 = nil, ref2 = nil, shipDate = nil, shipMethod = nil, specialServices = nil, billingOption = nil, billingAccount = nil, labelType = nil, shipFromAddress = nil, shipToAddress = nil, declaredValue = nil, currency = nil, packages = nil, items = nil, grossWeight = nil, pallets = nil) @credentials = credentials @orderNumber = orderNumber @ref1 = ref1 @ref2 = ref2 @shipDate = shipDate @shipMethod = shipMethod @specialServices = specialServices @billingOption = billingOption @billingAccount = billingAccount @labelType = labelType @shipFromAddress = shipFromAddress @shipToAddress = shipToAddress @declaredValue = declaredValue @currency = currency @packages = packages @items = items @grossWeight = grossWeight @pallets = pallets end |
Instance Attribute Details
#billingAccount ⇒ Object
Returns the value of attribute billingAccount.
721 722 723 |
# File 'lib/purolator_web_services/soap/default.rb', line 721 def billingAccount @billingAccount end |
#billingOption ⇒ Object
Returns the value of attribute billingOption.
720 721 722 |
# File 'lib/purolator_web_services/soap/default.rb', line 720 def billingOption @billingOption end |
#credentials ⇒ Object
Returns the value of attribute credentials.
713 714 715 |
# File 'lib/purolator_web_services/soap/default.rb', line 713 def credentials @credentials end |
#currency ⇒ Object
Returns the value of attribute currency.
726 727 728 |
# File 'lib/purolator_web_services/soap/default.rb', line 726 def currency @currency end |
#declaredValue ⇒ Object
Returns the value of attribute declaredValue.
725 726 727 |
# File 'lib/purolator_web_services/soap/default.rb', line 725 def declaredValue @declaredValue end |
#grossWeight ⇒ Object
Returns the value of attribute grossWeight.
729 730 731 |
# File 'lib/purolator_web_services/soap/default.rb', line 729 def grossWeight @grossWeight end |
#items ⇒ Object
Returns the value of attribute items.
728 729 730 |
# File 'lib/purolator_web_services/soap/default.rb', line 728 def items @items end |
#labelType ⇒ Object
Returns the value of attribute labelType.
722 723 724 |
# File 'lib/purolator_web_services/soap/default.rb', line 722 def labelType @labelType end |
#orderNumber ⇒ Object
Returns the value of attribute orderNumber.
714 715 716 |
# File 'lib/purolator_web_services/soap/default.rb', line 714 def orderNumber @orderNumber end |
#packages ⇒ Object
Returns the value of attribute packages.
727 728 729 |
# File 'lib/purolator_web_services/soap/default.rb', line 727 def packages @packages end |
#pallets ⇒ Object
Returns the value of attribute pallets.
730 731 732 |
# File 'lib/purolator_web_services/soap/default.rb', line 730 def pallets @pallets end |
#ref1 ⇒ Object
Returns the value of attribute ref1.
715 716 717 |
# File 'lib/purolator_web_services/soap/default.rb', line 715 def ref1 @ref1 end |
#ref2 ⇒ Object
Returns the value of attribute ref2.
716 717 718 |
# File 'lib/purolator_web_services/soap/default.rb', line 716 def ref2 @ref2 end |
#shipDate ⇒ Object
Returns the value of attribute shipDate.
717 718 719 |
# File 'lib/purolator_web_services/soap/default.rb', line 717 def shipDate @shipDate end |
#shipFromAddress ⇒ Object
Returns the value of attribute shipFromAddress.
723 724 725 |
# File 'lib/purolator_web_services/soap/default.rb', line 723 def shipFromAddress @shipFromAddress end |
#shipMethod ⇒ Object
Returns the value of attribute shipMethod.
718 719 720 |
# File 'lib/purolator_web_services/soap/default.rb', line 718 def shipMethod @shipMethod end |
#shipToAddress ⇒ Object
Returns the value of attribute shipToAddress.
724 725 726 |
# File 'lib/purolator_web_services/soap/default.rb', line 724 def shipToAddress @shipToAddress end |
#specialServices ⇒ Object
Returns the value of attribute specialServices.
719 720 721 |
# File 'lib/purolator_web_services/soap/default.rb', line 719 def specialServices @specialServices end |