Class: PurolatorWebServices::Soap::LTLOrderRequest

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

Instance Method Summary collapse

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

#billingAccountObject

Returns the value of attribute billingAccount.



721
722
723
# File 'lib/purolator_web_services/soap/default.rb', line 721

def billingAccount
  @billingAccount
end

#billingOptionObject

Returns the value of attribute billingOption.



720
721
722
# File 'lib/purolator_web_services/soap/default.rb', line 720

def billingOption
  @billingOption
end

#credentialsObject

Returns the value of attribute credentials.



713
714
715
# File 'lib/purolator_web_services/soap/default.rb', line 713

def credentials
  @credentials
end

#currencyObject

Returns the value of attribute currency.



726
727
728
# File 'lib/purolator_web_services/soap/default.rb', line 726

def currency
  @currency
end

#declaredValueObject

Returns the value of attribute declaredValue.



725
726
727
# File 'lib/purolator_web_services/soap/default.rb', line 725

def declaredValue
  @declaredValue
end

#grossWeightObject

Returns the value of attribute grossWeight.



729
730
731
# File 'lib/purolator_web_services/soap/default.rb', line 729

def grossWeight
  @grossWeight
end

#itemsObject

Returns the value of attribute items.



728
729
730
# File 'lib/purolator_web_services/soap/default.rb', line 728

def items
  @items
end

#labelTypeObject

Returns the value of attribute labelType.



722
723
724
# File 'lib/purolator_web_services/soap/default.rb', line 722

def labelType
  @labelType
end

#orderNumberObject

Returns the value of attribute orderNumber.



714
715
716
# File 'lib/purolator_web_services/soap/default.rb', line 714

def orderNumber
  @orderNumber
end

#packagesObject

Returns the value of attribute packages.



727
728
729
# File 'lib/purolator_web_services/soap/default.rb', line 727

def packages
  @packages
end

#palletsObject

Returns the value of attribute pallets.



730
731
732
# File 'lib/purolator_web_services/soap/default.rb', line 730

def pallets
  @pallets
end

#ref1Object

Returns the value of attribute ref1.



715
716
717
# File 'lib/purolator_web_services/soap/default.rb', line 715

def ref1
  @ref1
end

#ref2Object

Returns the value of attribute ref2.



716
717
718
# File 'lib/purolator_web_services/soap/default.rb', line 716

def ref2
  @ref2
end

#shipDateObject

Returns the value of attribute shipDate.



717
718
719
# File 'lib/purolator_web_services/soap/default.rb', line 717

def shipDate
  @shipDate
end

#shipFromAddressObject

Returns the value of attribute shipFromAddress.



723
724
725
# File 'lib/purolator_web_services/soap/default.rb', line 723

def shipFromAddress
  @shipFromAddress
end

#shipMethodObject

Returns the value of attribute shipMethod.



718
719
720
# File 'lib/purolator_web_services/soap/default.rb', line 718

def shipMethod
  @shipMethod
end

#shipToAddressObject

Returns the value of attribute shipToAddress.



724
725
726
# File 'lib/purolator_web_services/soap/default.rb', line 724

def shipToAddress
  @shipToAddress
end

#specialServicesObject

Returns the value of attribute specialServices.



719
720
721
# File 'lib/purolator_web_services/soap/default.rb', line 719

def specialServices
  @specialServices
end