Class: ChannelAdvisor::InventoryServiceSOAP::QuantityInfoResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#availableObject

Returns the value of attribute available.



248
249
250
# File 'lib/channel_advisor/inventory_service/types.rb', line 248

def available
  @available
end

#isScheduledObject

Returns the value of attribute isScheduled.



253
254
255
# File 'lib/channel_advisor/inventory_service/types.rb', line 253

def isScheduled
  @isScheduled
end

#openObject

Returns the value of attribute open.



249
250
251
# File 'lib/channel_advisor/inventory_service/types.rb', line 249

def open
  @open
end

#openPooledObject

Returns the value of attribute openPooled.



254
255
256
# File 'lib/channel_advisor/inventory_service/types.rb', line 254

def openPooled
  @openPooled
end

#pendingCheckoutObject

Returns the value of attribute pendingCheckout.



250
251
252
# File 'lib/channel_advisor/inventory_service/types.rb', line 250

def pendingCheckout
  @pendingCheckout
end

#pendingCheckoutPooledObject

Returns the value of attribute pendingCheckoutPooled.



255
256
257
# File 'lib/channel_advisor/inventory_service/types.rb', line 255

def pendingCheckoutPooled
  @pendingCheckoutPooled
end

#pendingPaymentObject

Returns the value of attribute pendingPayment.



251
252
253
# File 'lib/channel_advisor/inventory_service/types.rb', line 251

def pendingPayment
  @pendingPayment
end

#pendingPaymentPooledObject

Returns the value of attribute pendingPaymentPooled.



256
257
258
# File 'lib/channel_advisor/inventory_service/types.rb', line 256

def pendingPaymentPooled
  @pendingPaymentPooled
end

#pendingShipmentObject

Returns the value of attribute pendingShipment.



252
253
254
# File 'lib/channel_advisor/inventory_service/types.rb', line 252

def pendingShipment
  @pendingShipment
end

#pendingShipmentPooledObject

Returns the value of attribute pendingShipmentPooled.



257
258
259
# File 'lib/channel_advisor/inventory_service/types.rb', line 257

def pendingShipmentPooled
  @pendingShipmentPooled
end

#totalObject

Returns the value of attribute total.



247
248
249
# File 'lib/channel_advisor/inventory_service/types.rb', line 247

def total
  @total
end

#totalPooledObject

Returns the value of attribute totalPooled.



258
259
260
# File 'lib/channel_advisor/inventory_service/types.rb', line 258

def totalPooled
  @totalPooled
end