Class: ChannelAdvisor::InventoryServiceSOAP::StoreInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::StoreInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/StoreInfo
displayInStore - SOAP::SOAPBoolean
title - SOAP::SOAPString
description - SOAP::SOAPString
categoryID - SOAP::SOAPInt
Instance Attribute Summary (collapse)
-
- (Object) categoryID
Returns the value of attribute categoryID.
-
- (Object) description
Returns the value of attribute description.
-
- (Object) displayInStore
Returns the value of attribute displayInStore.
-
- (Object) title
Returns the value of attribute title.
Instance Method Summary (collapse)
-
- (StoreInfo) initialize(displayInStore = nil, title = nil, description = nil, categoryID = nil)
constructor
A new instance of StoreInfo.
Constructor Details
- (StoreInfo) initialize(displayInStore = nil, title = nil, description = nil, categoryID = nil)
A new instance of StoreInfo
351 352 353 354 355 356 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 351 def initialize(displayInStore = nil, title = nil, description = nil, categoryID = nil) @displayInStore = displayInStore @title = title @description = description @categoryID = categoryID end |
Instance Attribute Details
- (Object) categoryID
Returns the value of attribute categoryID
349 350 351 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 349 def categoryID @categoryID end |
- (Object) description
Returns the value of attribute description
348 349 350 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 348 def description @description end |
- (Object) displayInStore
Returns the value of attribute displayInStore
346 347 348 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 346 def displayInStore @displayInStore end |
- (Object) title
Returns the value of attribute title
347 348 349 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 347 def title @title end |