Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemQuantityInfoResponse

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

Overview

http://api.channeladvisor.com/webservices/GetInventoryItemQuantityInfoResponse

getInventoryItemQuantityInfoResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfQuantityInfoResponse

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (GetInventoryItemQuantityInfoResponse) initialize(getInventoryItemQuantityInfoResult = nil)

A new instance of GetInventoryItemQuantityInfoResponse



1550
1551
1552
# File 'lib/channel_advisor/inventory_service/types.rb', line 1550

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

Instance Attribute Details

- (Object) getInventoryItemQuantityInfoResult

Returns the value of attribute getInventoryItemQuantityInfoResult



1548
1549
1550
# File 'lib/channel_advisor/inventory_service/types.rb', line 1548

def getInventoryItemQuantityInfoResult
  @getInventoryItemQuantityInfoResult
end