Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemStoreInfoResponse

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

Overview

/GetInventoryItemStoreInfoResponse

getInventoryItemStoreInfoResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfStoreInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getInventoryItemStoreInfoResult = nil) ⇒ GetInventoryItemStoreInfoResponse

Returns a new instance of GetInventoryItemStoreInfoResponse.



1639
1640
1641
# File 'lib/channel_advisor/inventory_service/types.rb', line 1639

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

Instance Attribute Details

#getInventoryItemStoreInfoResultObject

Returns the value of attribute getInventoryItemStoreInfoResult.



1637
1638
1639
# File 'lib/channel_advisor/inventory_service/types.rb', line 1637

def getInventoryItemStoreInfoResult
  @getInventoryItemStoreInfoResult
end