Class: PurolatorWebServices::Soap::GetLabelResponse
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::GetLabelResponse
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/GetLabelResponse
getLabelResult - PurolatorWebServices::Soap::LabelResult
Instance Attribute Summary collapse
-
#getLabelResult ⇒ Object
Returns the value of attribute getLabelResult.
Instance Method Summary collapse
-
#initialize(getLabelResult = nil) ⇒ GetLabelResponse
constructor
A new instance of GetLabelResponse.
Constructor Details
#initialize(getLabelResult = nil) ⇒ GetLabelResponse
Returns a new instance of GetLabelResponse.
1362 1363 1364 |
# File 'lib/purolator_web_services/soap/default.rb', line 1362 def initialize(getLabelResult = nil) @getLabelResult = getLabelResult end |
Instance Attribute Details
#getLabelResult ⇒ Object
Returns the value of attribute getLabelResult.
1360 1361 1362 |
# File 'lib/purolator_web_services/soap/default.rb', line 1360 def getLabelResult @getLabelResult end |