Class: ChannelAdvisor::ShippingServiceSOAP::GetShippingRateListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::GetShippingRateListResponse
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
/GetShippingRateListResponse
getShippingRateListResult - ChannelAdvisor::ShippingServiceSOAP::APIResultOfShippingRateResult
Instance Attribute Summary collapse
-
#getShippingRateListResult ⇒ Object
Returns the value of attribute getShippingRateListResult.
Instance Method Summary collapse
-
#initialize(getShippingRateListResult = nil) ⇒ GetShippingRateListResponse
constructor
A new instance of GetShippingRateListResponse.
Constructor Details
#initialize(getShippingRateListResult = nil) ⇒ GetShippingRateListResponse
Returns a new instance of GetShippingRateListResponse.
203 204 205 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 203 def initialize(getShippingRateListResult = nil) @getShippingRateListResult = getShippingRateListResult end |
Instance Attribute Details
#getShippingRateListResult ⇒ Object
Returns the value of attribute getShippingRateListResult.
201 202 203 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 201 def getShippingRateListResult @getShippingRateListResult end |