Class: ActiveNetsuite::InventoryNumberSearchBasic
- Inherits:
-
SearchRecordBasic
- Object
- SearchRecord
- SearchRecordBasic
- ActiveNetsuite::InventoryNumberSearchBasic
- 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
-
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
-
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#externalIdString ⇒ Object
Returns the value of attribute externalIdString.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
-
#inventoryNumber ⇒ Object
Returns the value of attribute inventoryNumber.
-
#isOnHand ⇒ Object
Returns the value of attribute isOnHand.
-
#item ⇒ Object
Returns the value of attribute item.
-
#location ⇒ Object
Returns the value of attribute location.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#quantityAvailable ⇒ Object
Returns the value of attribute quantityAvailable.
-
#quantityInTransit ⇒ Object
Returns the value of attribute quantityInTransit.
-
#quantityOnHand ⇒ Object
Returns the value of attribute quantityOnHand.
-
#quantityOnOrder ⇒ Object
Returns the value of attribute quantityOnOrder.
Instance Method Summary collapse
-
#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
constructor
A new instance of InventoryNumberSearchBasic.
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
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
30546 30547 30548 |
# File 'lib/activenetsuite/soap/default.rb', line 30546 def customFieldList @customFieldList end |
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
30532 30533 30534 |
# File 'lib/activenetsuite/soap/default.rb', line 30532 def expirationDate @expirationDate end |
#externalId ⇒ Object
Returns the value of attribute externalId.
30533 30534 30535 |
# File 'lib/activenetsuite/soap/default.rb', line 30533 def externalId @externalId end |
#externalIdString ⇒ Object
Returns the value of attribute externalIdString.
30534 30535 30536 |
# File 'lib/activenetsuite/soap/default.rb', line 30534 def externalIdString @externalIdString end |
#internalId ⇒ Object
Returns the value of attribute internalId.
30535 30536 30537 |
# File 'lib/activenetsuite/soap/default.rb', line 30535 def internalId @internalId end |
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
30536 30537 30538 |
# File 'lib/activenetsuite/soap/default.rb', line 30536 def internalIdNumber @internalIdNumber end |
#inventoryNumber ⇒ Object
Returns the value of attribute inventoryNumber.
30537 30538 30539 |
# File 'lib/activenetsuite/soap/default.rb', line 30537 def inventoryNumber @inventoryNumber end |
#isOnHand ⇒ Object
Returns the value of attribute isOnHand.
30538 30539 30540 |
# File 'lib/activenetsuite/soap/default.rb', line 30538 def isOnHand @isOnHand end |
#item ⇒ Object
Returns the value of attribute item.
30539 30540 30541 |
# File 'lib/activenetsuite/soap/default.rb', line 30539 def item @item end |
#location ⇒ Object
Returns the value of attribute location.
30540 30541 30542 |
# File 'lib/activenetsuite/soap/default.rb', line 30540 def location @location end |
#memo ⇒ Object
Returns the value of attribute memo.
30541 30542 30543 |
# File 'lib/activenetsuite/soap/default.rb', line 30541 def memo @memo end |
#quantityAvailable ⇒ Object
Returns the value of attribute quantityAvailable.
30542 30543 30544 |
# File 'lib/activenetsuite/soap/default.rb', line 30542 def quantityAvailable @quantityAvailable end |
#quantityInTransit ⇒ Object
Returns the value of attribute quantityInTransit.
30543 30544 30545 |
# File 'lib/activenetsuite/soap/default.rb', line 30543 def quantityInTransit @quantityInTransit end |
#quantityOnHand ⇒ Object
Returns the value of attribute quantityOnHand.
30544 30545 30546 |
# File 'lib/activenetsuite/soap/default.rb', line 30544 def quantityOnHand @quantityOnHand end |
#quantityOnOrder ⇒ Object
Returns the value of attribute quantityOnOrder.
30545 30546 30547 |
# File 'lib/activenetsuite/soap/default.rb', line 30545 def quantityOnOrder @quantityOnOrder end |