Class: ChannelAdvisor::ShippingServiceSOAP::GetShippingCarrierList

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

Overview

/GetShippingCarrierList

accountID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil) ⇒ GetShippingCarrierList

Returns a new instance of GetShippingCarrierList.



387
388
389
# File 'lib/channel_advisor/shipping_service/types.rb', line 387

def initialize(accountID = nil)
  @accountID = accountID
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



385
386
387
# File 'lib/channel_advisor/shipping_service/types.rb', line 385

def accountID
  @accountID
end