Class: ActiveNetsuite::LotNumberedInventoryItemNumbers

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

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comLotNumberedInventoryItemNumbers

serialNumber - ActiveNetsuite::RecordRef
quantityOnHand - SOAP::SOAPDouble
expirationDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(serialNumber = nil, quantityOnHand = nil, expirationDate = nil) ⇒ LotNumberedInventoryItemNumbers

Returns a new instance of LotNumberedInventoryItemNumbers.



53067
53068
53069
53070
53071
# File 'lib/activenetsuite/soap/default.rb', line 53067

def initialize(serialNumber = nil, quantityOnHand = nil, expirationDate = nil)
  @serialNumber = serialNumber
  @quantityOnHand = quantityOnHand
  @expirationDate = expirationDate
end

Instance Attribute Details

#expirationDateObject

Returns the value of attribute expirationDate.



53065
53066
53067
# File 'lib/activenetsuite/soap/default.rb', line 53065

def expirationDate
  @expirationDate
end

#quantityOnHandObject

Returns the value of attribute quantityOnHand.



53064
53065
53066
# File 'lib/activenetsuite/soap/default.rb', line 53064

def quantityOnHand
  @quantityOnHand
end

#serialNumberObject

Returns the value of attribute serialNumber.



53063
53064
53065
# File 'lib/activenetsuite/soap/default.rb', line 53063

def serialNumber
  @serialNumber
end