Class: ChannelAdvisor::InventoryServiceSOAP::QuantityInfoResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::QuantityInfoResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/QuantityInfoResponse
total - SOAP::SOAPInt
available - SOAP::SOAPInt
open - SOAP::SOAPInt
pendingCheckout - SOAP::SOAPInt
pendingPayment - SOAP::SOAPInt
pendingShipment - SOAP::SOAPInt
isScheduled - SOAP::SOAPBoolean
openPooled - SOAP::SOAPInt
pendingCheckoutPooled - SOAP::SOAPInt
pendingPaymentPooled - SOAP::SOAPInt
pendingShipmentPooled - SOAP::SOAPInt
totalPooled - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#isScheduled ⇒ Object
Returns the value of attribute isScheduled.
-
#open ⇒ Object
Returns the value of attribute open.
-
#openPooled ⇒ Object
Returns the value of attribute openPooled.
-
#pendingCheckout ⇒ Object
Returns the value of attribute pendingCheckout.
-
#pendingCheckoutPooled ⇒ Object
Returns the value of attribute pendingCheckoutPooled.
-
#pendingPayment ⇒ Object
Returns the value of attribute pendingPayment.
-
#pendingPaymentPooled ⇒ Object
Returns the value of attribute pendingPaymentPooled.
-
#pendingShipment ⇒ Object
Returns the value of attribute pendingShipment.
-
#pendingShipmentPooled ⇒ Object
Returns the value of attribute pendingShipmentPooled.
-
#total ⇒ Object
Returns the value of attribute total.
-
#totalPooled ⇒ Object
Returns the value of attribute totalPooled.
Instance Method Summary collapse
-
#initialize(total = nil, available = nil, open = nil, pendingCheckout = nil, pendingPayment = nil, pendingShipment = nil, isScheduled = nil, openPooled = nil, pendingCheckoutPooled = nil, pendingPaymentPooled = nil, pendingShipmentPooled = nil, totalPooled = nil) ⇒ QuantityInfoResponse
constructor
A new instance of QuantityInfoResponse.
Constructor Details
#initialize(total = nil, available = nil, open = nil, pendingCheckout = nil, pendingPayment = nil, pendingShipment = nil, isScheduled = nil, openPooled = nil, pendingCheckoutPooled = nil, pendingPaymentPooled = nil, pendingShipmentPooled = nil, totalPooled = nil) ⇒ QuantityInfoResponse
Returns a new instance of QuantityInfoResponse.
260 261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 260 def initialize(total = nil, available = nil, open = nil, pendingCheckout = nil, pendingPayment = nil, pendingShipment = nil, isScheduled = nil, openPooled = nil, pendingCheckoutPooled = nil, pendingPaymentPooled = nil, pendingShipmentPooled = nil, totalPooled = nil) @total = total @available = available @open = open @pendingCheckout = pendingCheckout @pendingPayment = pendingPayment @pendingShipment = pendingShipment @isScheduled = isScheduled @openPooled = openPooled @pendingCheckoutPooled = pendingCheckoutPooled @pendingPaymentPooled = pendingPaymentPooled @pendingShipmentPooled = pendingShipmentPooled @totalPooled = totalPooled end |
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available.
248 249 250 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 248 def available @available end |
#isScheduled ⇒ Object
Returns the value of attribute isScheduled.
253 254 255 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 253 def isScheduled @isScheduled end |
#open ⇒ Object
Returns the value of attribute open.
249 250 251 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 249 def open @open end |
#openPooled ⇒ Object
Returns the value of attribute openPooled.
254 255 256 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 254 def openPooled @openPooled end |
#pendingCheckout ⇒ Object
Returns the value of attribute pendingCheckout.
250 251 252 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 250 def pendingCheckout @pendingCheckout end |
#pendingCheckoutPooled ⇒ Object
Returns the value of attribute pendingCheckoutPooled.
255 256 257 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 255 def pendingCheckoutPooled @pendingCheckoutPooled end |
#pendingPayment ⇒ Object
Returns the value of attribute pendingPayment.
251 252 253 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 251 def pendingPayment @pendingPayment end |
#pendingPaymentPooled ⇒ Object
Returns the value of attribute pendingPaymentPooled.
256 257 258 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 256 def pendingPaymentPooled @pendingPaymentPooled end |
#pendingShipment ⇒ Object
Returns the value of attribute pendingShipment.
252 253 254 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 252 def pendingShipment @pendingShipment end |
#pendingShipmentPooled ⇒ Object
Returns the value of attribute pendingShipmentPooled.
257 258 259 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 257 def pendingShipmentPooled @pendingShipmentPooled end |
#total ⇒ Object
Returns the value of attribute total.
247 248 249 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 247 def total @total end |
#totalPooled ⇒ Object
Returns the value of attribute totalPooled.
258 259 260 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 258 def totalPooled @totalPooled end |