Class: ChannelAdvisor::ShippingServiceSOAP::GetShippingCarrierListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::GetShippingCarrierListResponse
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
/GetShippingCarrierListResponse
getShippingCarrierListResult - ChannelAdvisor::ShippingServiceSOAP::APIResultOfArrayOfShippingCarrier
Instance Attribute Summary collapse
-
#getShippingCarrierListResult ⇒ Object
Returns the value of attribute getShippingCarrierListResult.
Instance Method Summary collapse
-
#initialize(getShippingCarrierListResult = nil) ⇒ GetShippingCarrierListResponse
constructor
A new instance of GetShippingCarrierListResponse.
Constructor Details
#initialize(getShippingCarrierListResult = nil) ⇒ GetShippingCarrierListResponse
Returns a new instance of GetShippingCarrierListResponse.
397 398 399 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 397 def initialize(getShippingCarrierListResult = nil) @getShippingCarrierListResult = getShippingCarrierListResult end |
Instance Attribute Details
#getShippingCarrierListResult ⇒ Object
Returns the value of attribute getShippingCarrierListResult.
395 396 397 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 395 def getShippingCarrierListResult @getShippingCarrierListResult end |