Class: ChannelAdvisor::ShippingServiceSOAP::GetShippingRateListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::GetShippingRateListResponse
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
http://api.channeladvisor.com/webservices/GetShippingRateListResponse
getShippingRateListResult - ChannelAdvisor::ShippingServiceSOAP::APIResultOfShippingRateResult
Instance Attribute Summary (collapse)
-
- (Object) getShippingRateListResult
Returns the value of attribute getShippingRateListResult.
Instance Method Summary (collapse)
-
- (GetShippingRateListResponse) initialize(getShippingRateListResult = nil)
constructor
A new instance of GetShippingRateListResponse.
Constructor Details
- (GetShippingRateListResponse) initialize(getShippingRateListResult = nil)
A new instance of GetShippingRateListResponse
377 378 379 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 377 def initialize(getShippingRateListResult = nil) @getShippingRateListResult = getShippingRateListResult end |
Instance Attribute Details
- (Object) getShippingRateListResult
Returns the value of attribute getShippingRateListResult
375 376 377 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 375 def getShippingRateListResult @getShippingRateListResult end |