Class: PurolatorWebServices::Soap::LTLShipmentRequest
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::LTLShipmentRequest
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/LTLShipmentRequest
credentials - PurolatorWebServices::Soap::CredentialInfo
proNumber - SOAP::SOAPString
lTLShipmentNumber - SOAP::SOAPString
shipDate - SOAP::SOAPDateTime
shipToAddress - PurolatorWebServices::Soap::Address
grossWeight - SOAP::SOAPDecimal
orderNumbers - PurolatorWebServices::Soap::ArrayOfString
pallets - PurolatorWebServices::Soap::ArrayOfLTLPalletRequest
Instance Attribute Summary collapse
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#grossWeight ⇒ Object
Returns the value of attribute grossWeight.
-
#lTLShipmentNumber ⇒ Object
Returns the value of attribute lTLShipmentNumber.
-
#orderNumbers ⇒ Object
Returns the value of attribute orderNumbers.
-
#pallets ⇒ Object
Returns the value of attribute pallets.
-
#proNumber ⇒ Object
Returns the value of attribute proNumber.
-
#shipDate ⇒ Object
Returns the value of attribute shipDate.
-
#shipToAddress ⇒ Object
Returns the value of attribute shipToAddress.
Instance Method Summary collapse
-
#initialize(credentials = nil, proNumber = nil, lTLShipmentNumber = nil, shipDate = nil, shipToAddress = nil, grossWeight = nil, orderNumbers = nil, pallets = nil) ⇒ LTLShipmentRequest
constructor
A new instance of LTLShipmentRequest.
Constructor Details
#initialize(credentials = nil, proNumber = nil, lTLShipmentNumber = nil, shipDate = nil, shipToAddress = nil, grossWeight = nil, orderNumbers = nil, pallets = nil) ⇒ LTLShipmentRequest
Returns a new instance of LTLShipmentRequest.
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 |
# File 'lib/purolator_web_services/soap/default.rb', line 1192 def initialize(credentials = nil, proNumber = nil, lTLShipmentNumber = nil, shipDate = nil, shipToAddress = nil, grossWeight = nil, orderNumbers = nil, pallets = nil) @credentials = credentials @proNumber = proNumber @lTLShipmentNumber = lTLShipmentNumber @shipDate = shipDate @shipToAddress = shipToAddress @grossWeight = grossWeight @orderNumbers = orderNumbers @pallets = pallets end |
Instance Attribute Details
#credentials ⇒ Object
Returns the value of attribute credentials.
1183 1184 1185 |
# File 'lib/purolator_web_services/soap/default.rb', line 1183 def credentials @credentials end |
#grossWeight ⇒ Object
Returns the value of attribute grossWeight.
1188 1189 1190 |
# File 'lib/purolator_web_services/soap/default.rb', line 1188 def grossWeight @grossWeight end |
#lTLShipmentNumber ⇒ Object
Returns the value of attribute lTLShipmentNumber.
1185 1186 1187 |
# File 'lib/purolator_web_services/soap/default.rb', line 1185 def lTLShipmentNumber @lTLShipmentNumber end |
#orderNumbers ⇒ Object
Returns the value of attribute orderNumbers.
1189 1190 1191 |
# File 'lib/purolator_web_services/soap/default.rb', line 1189 def orderNumbers @orderNumbers end |
#pallets ⇒ Object
Returns the value of attribute pallets.
1190 1191 1192 |
# File 'lib/purolator_web_services/soap/default.rb', line 1190 def pallets @pallets end |
#proNumber ⇒ Object
Returns the value of attribute proNumber.
1184 1185 1186 |
# File 'lib/purolator_web_services/soap/default.rb', line 1184 def proNumber @proNumber end |
#shipDate ⇒ Object
Returns the value of attribute shipDate.
1186 1187 1188 |
# File 'lib/purolator_web_services/soap/default.rb', line 1186 def shipDate @shipDate end |
#shipToAddress ⇒ Object
Returns the value of attribute shipToAddress.
1187 1188 1189 |
# File 'lib/purolator_web_services/soap/default.rb', line 1187 def shipToAddress @shipToAddress end |