Class: ChannelAdvisor::StoreServiceSOAP::SearchSkuOccurrence

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

Overview

/SearchSkuOccurrence

sku - SOAP::SOAPString
count - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sku = nil, count = nil) ⇒ SearchSkuOccurrence

Returns a new instance of SearchSkuOccurrence.



91
92
93
94
# File 'lib/channel_advisor/store_service/types.rb', line 91

def initialize(sku = nil, count = nil)
  @sku = sku
  @count = count
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



89
90
91
# File 'lib/channel_advisor/store_service/types.rb', line 89

def count
  @count
end

#skuObject

Returns the value of attribute sku.



88
89
90
# File 'lib/channel_advisor/store_service/types.rb', line 88

def sku
  @sku
end