Class: ActiveNetsuite::InventoryNumberBinSearchRowBasic

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InventoryNumberBinSearchRowBasic.



43334
43335
43336
43337
43338
43339
43340
# File 'lib/activenetsuite/soap/default.rb', line 43334

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

Instance Attribute Details

#binNumberObject

Returns the value of attribute binNumber.



43328
43329
43330
# File 'lib/activenetsuite/soap/default.rb', line 43328

def binNumber
  @binNumber
end

#inventoryNumberObject

Returns the value of attribute inventoryNumber.



43329
43330
43331
# File 'lib/activenetsuite/soap/default.rb', line 43329

def inventoryNumber
  @inventoryNumber
end

#locationObject

Returns the value of attribute location.



43330
43331
43332
# File 'lib/activenetsuite/soap/default.rb', line 43330

def location
  @location
end

#quantityAvailableObject

Returns the value of attribute quantityAvailable.



43331
43332
43333
# File 'lib/activenetsuite/soap/default.rb', line 43331

def quantityAvailable
  @quantityAvailable
end

#quantityOnHandObject

Returns the value of attribute quantityOnHand.



43332
43333
43334
# File 'lib/activenetsuite/soap/default.rb', line 43332

def quantityOnHand
  @quantityOnHand
end