Class: ChannelAdvisor::CartServiceSOAP::InventoryItemBase
- Inherits:
-
Object
- Object
- ChannelAdvisor::CartServiceSOAP::InventoryItemBase
- Defined in:
- lib/channel_advisor/cart_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersInventoryItemBase abstract
sKU - SOAP::SOAPString
title - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(sKU = nil, title = nil) ⇒ InventoryItemBase
constructor
A new instance of InventoryItemBase.
Constructor Details
#initialize(sKU = nil, title = nil) ⇒ InventoryItemBase
Returns a new instance of InventoryItemBase.
116 117 118 119 |
# File 'lib/channel_advisor/cart_service/types.rb', line 116 def initialize(sKU = nil, title = nil) @sKU = sKU @title = title end |
Instance Attribute Details
#sKU ⇒ Object
Returns the value of attribute sKU.
113 114 115 |
# File 'lib/channel_advisor/cart_service/types.rb', line 113 def sKU @sKU end |
#title ⇒ Object
Returns the value of attribute title.
114 115 116 |
# File 'lib/channel_advisor/cart_service/types.rb', line 114 def title @title end |