Class: PurolatorWebServices::Soap::RequestPackageV3
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::RequestPackageV3
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/RequestPackageV3
packageNumber - SOAP::SOAPString
packageID - SOAP::SOAPString
pin - SOAP::SOAPString
weightUOM - SOAP::SOAPString
weight - SOAP::SOAPDecimal
dimensionUOM - SOAP::SOAPString
dimL - SOAP::SOAPDecimal
dimW - SOAP::SOAPDecimal
dimH - SOAP::SOAPDecimal
labelPrinted - SOAP::SOAPBoolean
specialHandlingType - SOAP::SOAPString
additionalOptions - PurolatorWebServices::Soap::ArrayOfKeyValueStrings
Instance Attribute Summary collapse
-
#additionalOptions ⇒ Object
Returns the value of attribute additionalOptions.
-
#dimensionUOM ⇒ Object
Returns the value of attribute dimensionUOM.
-
#dimH ⇒ Object
Returns the value of attribute dimH.
-
#dimL ⇒ Object
Returns the value of attribute dimL.
-
#dimW ⇒ Object
Returns the value of attribute dimW.
-
#labelPrinted ⇒ Object
Returns the value of attribute labelPrinted.
-
#packageID ⇒ Object
Returns the value of attribute packageID.
-
#packageNumber ⇒ Object
Returns the value of attribute packageNumber.
-
#pin ⇒ Object
Returns the value of attribute pin.
-
#specialHandlingType ⇒ Object
Returns the value of attribute specialHandlingType.
-
#weight ⇒ Object
Returns the value of attribute weight.
-
#weightUOM ⇒ Object
Returns the value of attribute weightUOM.
Instance Method Summary collapse
-
#initialize(packageNumber = nil, packageID = nil, pin = nil, weightUOM = nil, weight = nil, dimensionUOM = nil, dimL = nil, dimW = nil, dimH = nil, labelPrinted = nil, specialHandlingType = nil, additionalOptions = nil) ⇒ RequestPackageV3
constructor
A new instance of RequestPackageV3.
Constructor Details
#initialize(packageNumber = nil, packageID = nil, pin = nil, weightUOM = nil, weight = nil, dimensionUOM = nil, dimL = nil, dimW = nil, dimH = nil, labelPrinted = nil, specialHandlingType = nil, additionalOptions = nil) ⇒ RequestPackageV3
Returns a new instance of RequestPackageV3.
190 191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'lib/purolator_web_services/soap/default.rb', line 190 def initialize(packageNumber = nil, packageID = nil, pin = nil, weightUOM = nil, weight = nil, dimensionUOM = nil, dimL = nil, dimW = nil, dimH = nil, labelPrinted = nil, specialHandlingType = nil, additionalOptions = nil) @packageNumber = packageNumber @packageID = packageID @pin = pin @weightUOM = weightUOM @weight = weight @dimensionUOM = dimensionUOM @dimL = dimL @dimW = dimW @dimH = dimH @labelPrinted = labelPrinted @specialHandlingType = specialHandlingType @additionalOptions = additionalOptions end |
Instance Attribute Details
#additionalOptions ⇒ Object
Returns the value of attribute additionalOptions.
188 189 190 |
# File 'lib/purolator_web_services/soap/default.rb', line 188 def additionalOptions @additionalOptions end |
#dimensionUOM ⇒ Object
Returns the value of attribute dimensionUOM.
182 183 184 |
# File 'lib/purolator_web_services/soap/default.rb', line 182 def dimensionUOM @dimensionUOM end |
#dimH ⇒ Object
Returns the value of attribute dimH.
185 186 187 |
# File 'lib/purolator_web_services/soap/default.rb', line 185 def dimH @dimH end |
#dimL ⇒ Object
Returns the value of attribute dimL.
183 184 185 |
# File 'lib/purolator_web_services/soap/default.rb', line 183 def dimL @dimL end |
#dimW ⇒ Object
Returns the value of attribute dimW.
184 185 186 |
# File 'lib/purolator_web_services/soap/default.rb', line 184 def dimW @dimW end |
#labelPrinted ⇒ Object
Returns the value of attribute labelPrinted.
186 187 188 |
# File 'lib/purolator_web_services/soap/default.rb', line 186 def labelPrinted @labelPrinted end |
#packageID ⇒ Object
Returns the value of attribute packageID.
178 179 180 |
# File 'lib/purolator_web_services/soap/default.rb', line 178 def packageID @packageID end |
#packageNumber ⇒ Object
Returns the value of attribute packageNumber.
177 178 179 |
# File 'lib/purolator_web_services/soap/default.rb', line 177 def packageNumber @packageNumber end |
#pin ⇒ Object
Returns the value of attribute pin.
179 180 181 |
# File 'lib/purolator_web_services/soap/default.rb', line 179 def pin @pin end |
#specialHandlingType ⇒ Object
Returns the value of attribute specialHandlingType.
187 188 189 |
# File 'lib/purolator_web_services/soap/default.rb', line 187 def specialHandlingType @specialHandlingType end |
#weight ⇒ Object
Returns the value of attribute weight.
181 182 183 |
# File 'lib/purolator_web_services/soap/default.rb', line 181 def weight @weight end |
#weightUOM ⇒ Object
Returns the value of attribute weightUOM.
180 181 182 |
# File 'lib/purolator_web_services/soap/default.rb', line 180 def weightUOM @weightUOM end |