Class: ActiveNetsuite::ItemBinNumberSearchBasic

Inherits:
SearchRecordBasic 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.comItemBinNumberSearchBasic

binNumber - ActiveNetsuite::SearchMultiSelectField
location - ActiveNetsuite::SearchMultiSelectField
quantityAvailable - ActiveNetsuite::SearchDoubleField
quantityOnHand - ActiveNetsuite::SearchDoubleField

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(binNumber = nil, location = nil, quantityAvailable = nil, quantityOnHand = nil) ⇒ ItemBinNumberSearchBasic

Returns a new instance of ItemBinNumberSearchBasic.



30600
30601
30602
30603
30604
30605
# File 'lib/activenetsuite/soap/default.rb', line 30600

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

Instance Attribute Details

#binNumberObject

Returns the value of attribute binNumber.



30595
30596
30597
# File 'lib/activenetsuite/soap/default.rb', line 30595

def binNumber
  @binNumber
end

#locationObject

Returns the value of attribute location.



30596
30597
30598
# File 'lib/activenetsuite/soap/default.rb', line 30596

def location
  @location
end

#quantityAvailableObject

Returns the value of attribute quantityAvailable.



30597
30598
30599
# File 'lib/activenetsuite/soap/default.rb', line 30597

def quantityAvailable
  @quantityAvailable
end

#quantityOnHandObject

Returns the value of attribute quantityOnHand.



30598
30599
30600
# File 'lib/activenetsuite/soap/default.rb', line 30598

def quantityOnHand
  @quantityOnHand
end