Class: ChannelAdvisor::InventoryServiceSOAP::QuantityInfoSubmit
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::QuantityInfoSubmit
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/QuantityInfoSubmit
updateType - ChannelAdvisor::InventoryServiceSOAP::InventoryQuantityUpdateType
total - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#total ⇒ Object
Returns the value of attribute total.
-
#updateType ⇒ Object
Returns the value of attribute updateType.
Instance Method Summary collapse
-
#initialize(updateType = nil, total = nil) ⇒ QuantityInfoSubmit
constructor
A new instance of QuantityInfoSubmit.
Constructor Details
#initialize(updateType = nil, total = nil) ⇒ QuantityInfoSubmit
Returns a new instance of QuantityInfoSubmit.
932 933 934 935 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 932 def initialize(updateType = nil, total = nil) @updateType = updateType @total = total end |
Instance Attribute Details
#total ⇒ Object
Returns the value of attribute total.
930 931 932 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 930 def total @total end |
#updateType ⇒ Object
Returns the value of attribute updateType.
929 930 931 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 929 def updateType @updateType end |