Class: ChannelAdvisor::ShippingServiceSOAP::GetShippingCarrierListResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/shipping_service/types.rb

Overview

/GetShippingCarrierListResponse

getShippingCarrierListResult - ChannelAdvisor::ShippingServiceSOAP::APIResultOfArrayOfShippingCarrier

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#getShippingCarrierListResultObject

Returns the value of attribute getShippingCarrierListResult.



395
396
397
# File 'lib/channel_advisor/shipping_service/types.rb', line 395

def getShippingCarrierListResult
  @getShippingCarrierListResult
end