Class: ChannelAdvisor::InventoryServiceSOAP::InventoryQuantityResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::InventoryQuantityResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/InventoryQuantityResponse
sKU - SOAP::SOAPString
quantity - SOAP::SOAPInt
- ChannelAdvisor::InventoryServiceSOAP::ErrorCode
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#messageCode ⇒ Object
Returns the value of attribute messageCode.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
Instance Method Summary collapse
-
#initialize(sKU = nil, quantity = nil, messageCode = nil, message = nil) ⇒ InventoryQuantityResponse
constructor
A new instance of InventoryQuantityResponse.
Constructor Details
#initialize(sKU = nil, quantity = nil, messageCode = nil, message = nil) ⇒ InventoryQuantityResponse
Returns a new instance of InventoryQuantityResponse.
793 794 795 796 797 798 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 793 def initialize(sKU = nil, quantity = nil, = nil, = nil) @sKU = sKU @quantity = quantity @messageCode = @message = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
791 792 793 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 791 def @message end |
#messageCode ⇒ Object
Returns the value of attribute messageCode.
790 791 792 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 790 def @messageCode end |
#quantity ⇒ Object
Returns the value of attribute quantity.
789 790 791 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 789 def quantity @quantity end |
#sKU ⇒ Object
Returns the value of attribute sKU.
788 789 790 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 788 def sKU @sKU end |