Class: ChannelAdvisor::StoreServiceSOAP::SearchSkuOccurrence
- Inherits:
-
Object
- Object
- ChannelAdvisor::StoreServiceSOAP::SearchSkuOccurrence
- Defined in:
- lib/channel_advisor/store_service/types.rb
Overview
/SearchSkuOccurrence
sku - SOAP::SOAPString
count - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#sku ⇒ Object
Returns the value of attribute sku.
Instance Method Summary collapse
-
#initialize(sku = nil, count = nil) ⇒ SearchSkuOccurrence
constructor
A new instance of SearchSkuOccurrence.
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
#count ⇒ Object
Returns the value of attribute count.
89 90 91 |
# File 'lib/channel_advisor/store_service/types.rb', line 89 def count @count end |
#sku ⇒ Object
Returns the value of attribute sku.
88 89 90 |
# File 'lib/channel_advisor/store_service/types.rb', line 88 def sku @sku end |