Class: ActiveNetsuite::ItemAvailability

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:core_2013_2urn:core_2013_2.platformurn:core_2013_2.platform.webservicesurn:core_2013_2.platform.webservices.netsuiteurn:core_2013_2.platform.webservices.netsuite.comItemAvailability

item - ActiveNetsuite::RecordRef
lastQtyAvailableChange - SOAP::SOAPDateTime
locationId - ActiveNetsuite::RecordRef
quantityOnHand - SOAP::SOAPDouble
onHandValueMli - SOAP::SOAPDouble
reorderPoint - SOAP::SOAPDouble
preferredStockLevel - SOAP::SOAPDouble
quantityOnOrder - SOAP::SOAPDouble
quantityCommitted - SOAP::SOAPDouble
quantityBackOrdered - SOAP::SOAPDouble
quantityAvailable - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(item = nil, lastQtyAvailableChange = nil, locationId = nil, quantityOnHand = nil, onHandValueMli = nil, reorderPoint = nil, preferredStockLevel = nil, quantityOnOrder = nil, quantityCommitted = nil, quantityBackOrdered = nil, quantityAvailable = nil) ⇒ ItemAvailability

Returns a new instance of ItemAvailability.



47923
47924
47925
47926
47927
47928
47929
47930
47931
47932
47933
47934
47935
# File 'lib/activenetsuite/soap/default.rb', line 47923

def initialize(item = nil, lastQtyAvailableChange = nil, locationId = nil, quantityOnHand = nil, onHandValueMli = nil, reorderPoint = nil, preferredStockLevel = nil, quantityOnOrder = nil, quantityCommitted = nil, quantityBackOrdered = nil, quantityAvailable = nil)
  @item = item
  @lastQtyAvailableChange = lastQtyAvailableChange
  @locationId = locationId
  @quantityOnHand = quantityOnHand
  @onHandValueMli = onHandValueMli
  @reorderPoint = reorderPoint
  @preferredStockLevel = preferredStockLevel
  @quantityOnOrder = quantityOnOrder
  @quantityCommitted = quantityCommitted
  @quantityBackOrdered = quantityBackOrdered
  @quantityAvailable = quantityAvailable
end

Instance Attribute Details

#itemObject

Returns the value of attribute item.



47911
47912
47913
# File 'lib/activenetsuite/soap/default.rb', line 47911

def item
  @item
end

#lastQtyAvailableChangeObject

Returns the value of attribute lastQtyAvailableChange.



47912
47913
47914
# File 'lib/activenetsuite/soap/default.rb', line 47912

def lastQtyAvailableChange
  @lastQtyAvailableChange
end

#locationIdObject

Returns the value of attribute locationId.



47913
47914
47915
# File 'lib/activenetsuite/soap/default.rb', line 47913

def locationId
  @locationId
end

#onHandValueMliObject

Returns the value of attribute onHandValueMli.



47915
47916
47917
# File 'lib/activenetsuite/soap/default.rb', line 47915

def onHandValueMli
  @onHandValueMli
end

#preferredStockLevelObject

Returns the value of attribute preferredStockLevel.



47917
47918
47919
# File 'lib/activenetsuite/soap/default.rb', line 47917

def preferredStockLevel
  @preferredStockLevel
end

#quantityAvailableObject

Returns the value of attribute quantityAvailable.



47921
47922
47923
# File 'lib/activenetsuite/soap/default.rb', line 47921

def quantityAvailable
  @quantityAvailable
end

#quantityBackOrderedObject

Returns the value of attribute quantityBackOrdered.



47920
47921
47922
# File 'lib/activenetsuite/soap/default.rb', line 47920

def quantityBackOrdered
  @quantityBackOrdered
end

#quantityCommittedObject

Returns the value of attribute quantityCommitted.



47919
47920
47921
# File 'lib/activenetsuite/soap/default.rb', line 47919

def quantityCommitted
  @quantityCommitted
end

#quantityOnHandObject

Returns the value of attribute quantityOnHand.



47914
47915
47916
# File 'lib/activenetsuite/soap/default.rb', line 47914

def quantityOnHand
  @quantityOnHand
end

#quantityOnOrderObject

Returns the value of attribute quantityOnOrder.



47918
47919
47920
# File 'lib/activenetsuite/soap/default.rb', line 47918

def quantityOnOrder
  @quantityOnOrder
end

#reorderPointObject

Returns the value of attribute reorderPoint.



47916
47917
47918
# File 'lib/activenetsuite/soap/default.rb', line 47916

def reorderPoint
  @reorderPoint
end