Class: ChannelAdvisor::InventoryServiceSOAP::StoreInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::StoreInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/StoreInfo
displayInStore - SOAP::SOAPBoolean
title - SOAP::SOAPString
description - SOAP::SOAPString
categoryID - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#description ⇒ Object
Returns the value of attribute description.
-
#displayInStore ⇒ Object
Returns the value of attribute displayInStore.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(displayInStore = nil, title = nil, description = nil, categoryID = nil) ⇒ StoreInfo
constructor
A new instance of StoreInfo.
Constructor Details
#initialize(displayInStore = nil, title = nil, description = nil, categoryID = nil) ⇒ StoreInfo
Returns 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
#categoryID ⇒ Object
Returns the value of attribute categoryID.
349 350 351 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 349 def categoryID @categoryID end |
#description ⇒ Object
Returns the value of attribute description.
348 349 350 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 348 def description @description end |
#displayInStore ⇒ Object
Returns the value of attribute displayInStore.
346 347 348 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 346 def displayInStore @displayInStore end |
#title ⇒ Object
Returns the value of attribute title.
347 348 349 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 347 def title @title end |