Class: PurolatorWebServices::Soap::GetLabelResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/purolator_web_services/soap/default.rb

Overview

/GetLabelResponse

getLabelResult - PurolatorWebServices::Soap::LabelResult

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#getLabelResultObject

Returns the value of attribute getLabelResult.



1360
1361
1362
# File 'lib/purolator_web_services/soap/default.rb', line 1360

def getLabelResult
  @getLabelResult
end