Class: ActiveNetsuite::ItemBinNumberSearchRowBasic

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

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comItemBinNumberSearchRowBasic

binNumber - ActiveNetsuite::SearchColumnSelectField
location - ActiveNetsuite::SearchColumnSelectField
quantityAvailable - ActiveNetsuite::SearchColumnDoubleField
quantityOnHand - ActiveNetsuite::SearchColumnDoubleField

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(binNumber = [], location = [], quantityAvailable = [], quantityOnHand = []) ⇒ ItemBinNumberSearchRowBasic

Returns a new instance of ItemBinNumberSearchRowBasic.



43354
43355
43356
43357
43358
43359
# File 'lib/activenetsuite/soap/default.rb', line 43354

def initialize(binNumber = [], location = [], quantityAvailable = [], quantityOnHand = [])
  @binNumber = binNumber
  @location = location
  @quantityAvailable = quantityAvailable
  @quantityOnHand = quantityOnHand
end

Instance Attribute Details

#binNumberObject

Returns the value of attribute binNumber.



43349
43350
43351
# File 'lib/activenetsuite/soap/default.rb', line 43349

def binNumber
  @binNumber
end

#locationObject

Returns the value of attribute location.



43350
43351
43352
# File 'lib/activenetsuite/soap/default.rb', line 43350

def location
  @location
end

#quantityAvailableObject

Returns the value of attribute quantityAvailable.



43351
43352
43353
# File 'lib/activenetsuite/soap/default.rb', line 43351

def quantityAvailable
  @quantityAvailable
end

#quantityOnHandObject

Returns the value of attribute quantityOnHand.



43352
43353
43354
# File 'lib/activenetsuite/soap/default.rb', line 43352

def quantityOnHand
  @quantityOnHand
end