Class: ActiveNetsuite::InventoryNumberSearchBasic

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

expirationDate - ActiveNetsuite::SearchDateField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
inventoryNumber - ActiveNetsuite::SearchStringField
isOnHand - ActiveNetsuite::SearchBooleanField
item - ActiveNetsuite::SearchMultiSelectField
location - ActiveNetsuite::SearchMultiSelectField
memo - ActiveNetsuite::SearchStringField
quantityAvailable - ActiveNetsuite::SearchDoubleField
quantityInTransit - ActiveNetsuite::SearchDoubleField
quantityOnHand - ActiveNetsuite::SearchDoubleField
quantityOnOrder - ActiveNetsuite::SearchDoubleField
customFieldList - ActiveNetsuite::SearchCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

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

Constructor Details

#initialize(expirationDate = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, inventoryNumber = nil, isOnHand = nil, item = nil, location = nil, memo = nil, quantityAvailable = nil, quantityInTransit = nil, quantityOnHand = nil, quantityOnOrder = nil, customFieldList = nil) ⇒ InventoryNumberSearchBasic

Returns a new instance of InventoryNumberSearchBasic.



30548
30549
30550
30551
30552
30553
30554
30555
30556
30557
30558
30559
30560
30561
30562
30563
30564
# File 'lib/activenetsuite/soap/default.rb', line 30548

def initialize(expirationDate = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, inventoryNumber = nil, isOnHand = nil, item = nil, location = nil, memo = nil, quantityAvailable = nil, quantityInTransit = nil, quantityOnHand = nil, quantityOnOrder = nil, customFieldList = nil)
  @expirationDate = expirationDate
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @inventoryNumber = inventoryNumber
  @isOnHand = isOnHand
  @item = item
  @location = location
  @memo = memo
  @quantityAvailable = quantityAvailable
  @quantityInTransit = quantityInTransit
  @quantityOnHand = quantityOnHand
  @quantityOnOrder = quantityOnOrder
  @customFieldList = customFieldList
end

Instance Attribute Details

#customFieldListObject

Returns the value of attribute customFieldList.



30546
30547
30548
# File 'lib/activenetsuite/soap/default.rb', line 30546

def customFieldList
  @customFieldList
end

#expirationDateObject

Returns the value of attribute expirationDate.



30532
30533
30534
# File 'lib/activenetsuite/soap/default.rb', line 30532

def expirationDate
  @expirationDate
end

#externalIdObject

Returns the value of attribute externalId.



30533
30534
30535
# File 'lib/activenetsuite/soap/default.rb', line 30533

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



30534
30535
30536
# File 'lib/activenetsuite/soap/default.rb', line 30534

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



30535
30536
30537
# File 'lib/activenetsuite/soap/default.rb', line 30535

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



30536
30537
30538
# File 'lib/activenetsuite/soap/default.rb', line 30536

def internalIdNumber
  @internalIdNumber
end

#inventoryNumberObject

Returns the value of attribute inventoryNumber.



30537
30538
30539
# File 'lib/activenetsuite/soap/default.rb', line 30537

def inventoryNumber
  @inventoryNumber
end

#isOnHandObject

Returns the value of attribute isOnHand.



30538
30539
30540
# File 'lib/activenetsuite/soap/default.rb', line 30538

def isOnHand
  @isOnHand
end

#itemObject

Returns the value of attribute item.



30539
30540
30541
# File 'lib/activenetsuite/soap/default.rb', line 30539

def item
  @item
end

#locationObject

Returns the value of attribute location.



30540
30541
30542
# File 'lib/activenetsuite/soap/default.rb', line 30540

def location
  @location
end

#memoObject

Returns the value of attribute memo.



30541
30542
30543
# File 'lib/activenetsuite/soap/default.rb', line 30541

def memo
  @memo
end

#quantityAvailableObject

Returns the value of attribute quantityAvailable.



30542
30543
30544
# File 'lib/activenetsuite/soap/default.rb', line 30542

def quantityAvailable
  @quantityAvailable
end

#quantityInTransitObject

Returns the value of attribute quantityInTransit.



30543
30544
30545
# File 'lib/activenetsuite/soap/default.rb', line 30543

def quantityInTransit
  @quantityInTransit
end

#quantityOnHandObject

Returns the value of attribute quantityOnHand.



30544
30545
30546
# File 'lib/activenetsuite/soap/default.rb', line 30544

def quantityOnHand
  @quantityOnHand
end

#quantityOnOrderObject

Returns the value of attribute quantityOnOrder.



30545
30546
30547
# File 'lib/activenetsuite/soap/default.rb', line 30545

def quantityOnOrder
  @quantityOnOrder
end