Class: ActiveNetsuite::InventoryNumberSearchRowBasic
- Inherits:
-
SearchRowBasic
- Object
- SearchRow
- SearchRowBasic
- ActiveNetsuite::InventoryNumberSearchRowBasic
- 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.comInventoryNumberSearchRowBasic
expirationDate - ActiveNetsuite::SearchColumnDateField
externalId - ActiveNetsuite::SearchColumnStringField
internalId - ActiveNetsuite::SearchColumnSelectField
inventoryNumber - ActiveNetsuite::SearchColumnStringField
isonhand - ActiveNetsuite::SearchColumnBooleanField
item - ActiveNetsuite::SearchColumnSelectField
location - ActiveNetsuite::SearchColumnSelectField
memo - ActiveNetsuite::SearchColumnStringField
quantityavailable - ActiveNetsuite::SearchColumnDoubleField
- ActiveNetsuite::SearchColumnDoubleField
quantityonhand - ActiveNetsuite::SearchColumnDoubleField
quantityonorder - ActiveNetsuite::SearchColumnDoubleField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList
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.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#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 = [], externalId = [], internalId = [], inventoryNumber = [], isonhand = [], item = [], location = [], memo = [], quantityavailable = [], quantityintransit = [], quantityonhand = [], quantityonorder = [], customFieldList = nil) ⇒ InventoryNumberSearchRowBasic
constructor
A new instance of InventoryNumberSearchRowBasic.
Constructor Details
#initialize(expirationDate = [], externalId = [], internalId = [], inventoryNumber = [], isonhand = [], item = [], location = [], memo = [], quantityavailable = [], quantityintransit = [], quantityonhand = [], quantityonorder = [], customFieldList = nil) ⇒ InventoryNumberSearchRowBasic
Returns a new instance of InventoryNumberSearchRowBasic.
43304 43305 43306 43307 43308 43309 43310 43311 43312 43313 43314 43315 43316 43317 43318 |
# File 'lib/activenetsuite/soap/default.rb', line 43304 def initialize(expirationDate = [], externalId = [], internalId = [], inventoryNumber = [], isonhand = [], item = [], location = [], memo = [], quantityavailable = [], = [], quantityonhand = [], quantityonorder = [], customFieldList = nil) @expirationDate = expirationDate @externalId = externalId @internalId = internalId @inventoryNumber = inventoryNumber @isonhand = isonhand @item = item @location = location @memo = memo @quantityavailable = quantityavailable @quantityintransit = @quantityonhand = quantityonhand @quantityonorder = quantityonorder @customFieldList = customFieldList end |
Instance Attribute Details
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
43302 43303 43304 |
# File 'lib/activenetsuite/soap/default.rb', line 43302 def customFieldList @customFieldList end |
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
43290 43291 43292 |
# File 'lib/activenetsuite/soap/default.rb', line 43290 def expirationDate @expirationDate end |
#externalId ⇒ Object
Returns the value of attribute externalId.
43291 43292 43293 |
# File 'lib/activenetsuite/soap/default.rb', line 43291 def externalId @externalId end |
#internalId ⇒ Object
Returns the value of attribute internalId.
43292 43293 43294 |
# File 'lib/activenetsuite/soap/default.rb', line 43292 def internalId @internalId end |
#inventoryNumber ⇒ Object
Returns the value of attribute inventoryNumber.
43293 43294 43295 |
# File 'lib/activenetsuite/soap/default.rb', line 43293 def inventoryNumber @inventoryNumber end |
#isonhand ⇒ Object
Returns the value of attribute isonhand.
43294 43295 43296 |
# File 'lib/activenetsuite/soap/default.rb', line 43294 def isonhand @isonhand end |
#item ⇒ Object
Returns the value of attribute item.
43295 43296 43297 |
# File 'lib/activenetsuite/soap/default.rb', line 43295 def item @item end |
#location ⇒ Object
Returns the value of attribute location.
43296 43297 43298 |
# File 'lib/activenetsuite/soap/default.rb', line 43296 def location @location end |
#memo ⇒ Object
Returns the value of attribute memo.
43297 43298 43299 |
# File 'lib/activenetsuite/soap/default.rb', line 43297 def memo @memo end |
#quantityavailable ⇒ Object
Returns the value of attribute quantityavailable.
43298 43299 43300 |
# File 'lib/activenetsuite/soap/default.rb', line 43298 def quantityavailable @quantityavailable end |
#quantityintransit ⇒ Object
Returns the value of attribute quantityintransit.
43299 43300 43301 |
# File 'lib/activenetsuite/soap/default.rb', line 43299 def @quantityintransit end |
#quantityonhand ⇒ Object
Returns the value of attribute quantityonhand.
43300 43301 43302 |
# File 'lib/activenetsuite/soap/default.rb', line 43300 def quantityonhand @quantityonhand end |
#quantityonorder ⇒ Object
Returns the value of attribute quantityonorder.
43301 43302 43303 |
# File 'lib/activenetsuite/soap/default.rb', line 43301 def quantityonorder @quantityonorder end |