Class: ActiveNetsuite::InventoryItemBinNumber

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.comInventoryItemBinNumber

binNumber - ActiveNetsuite::RecordRef
onHand - SOAP::SOAPString
onHandAvail - SOAP::SOAPString
location - SOAP::SOAPString
preferredBin - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(binNumber = nil, onHand = nil, onHandAvail = nil, location = nil, preferredBin = nil) ⇒ InventoryItemBinNumber

Returns a new instance of InventoryItemBinNumber.



52371
52372
52373
52374
52375
52376
52377
# File 'lib/activenetsuite/soap/default.rb', line 52371

def initialize(binNumber = nil, onHand = nil, onHandAvail = nil, location = nil, preferredBin = nil)
  @binNumber = binNumber
  @onHand = onHand
  @onHandAvail = onHandAvail
  @location = location
  @preferredBin = preferredBin
end

Instance Attribute Details

#binNumberObject

Returns the value of attribute binNumber.



52365
52366
52367
# File 'lib/activenetsuite/soap/default.rb', line 52365

def binNumber
  @binNumber
end

#locationObject

Returns the value of attribute location.



52368
52369
52370
# File 'lib/activenetsuite/soap/default.rb', line 52368

def location
  @location
end

#onHandObject

Returns the value of attribute onHand.



52366
52367
52368
# File 'lib/activenetsuite/soap/default.rb', line 52366

def onHand
  @onHand
end

#onHandAvailObject

Returns the value of attribute onHandAvail.



52367
52368
52369
# File 'lib/activenetsuite/soap/default.rb', line 52367

def onHandAvail
  @onHandAvail
end

#preferredBinObject

Returns the value of attribute preferredBin.



52369
52370
52371
# File 'lib/activenetsuite/soap/default.rb', line 52369

def preferredBin
  @preferredBin
end