Class: ActiveNetsuite::InventoryNumberSearchRow

Inherits:
SearchRow
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comInventoryNumberSearchRow

basic - ActiveNetsuite::InventoryNumberSearchRowBasic
itemJoin - ActiveNetsuite::ItemSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, itemJoin = nil, userJoin = nil, customSearchJoin = []) ⇒ InventoryNumberSearchRow

Returns a new instance of InventoryNumberSearchRow.



45259
45260
45261
45262
45263
45264
# File 'lib/activenetsuite/soap/default.rb', line 45259

def initialize(basic = nil, itemJoin = nil, userJoin = nil, customSearchJoin = [])
  @basic = basic
  @itemJoin = itemJoin
  @userJoin = userJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45254
45255
45256
# File 'lib/activenetsuite/soap/default.rb', line 45254

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



45257
45258
45259
# File 'lib/activenetsuite/soap/default.rb', line 45257

def customSearchJoin
  @customSearchJoin
end

#itemJoinObject

Returns the value of attribute itemJoin.



45255
45256
45257
# File 'lib/activenetsuite/soap/default.rb', line 45255

def itemJoin
  @itemJoin
end

#userJoinObject

Returns the value of attribute userJoin.



45256
45257
45258
# File 'lib/activenetsuite/soap/default.rb', line 45256

def userJoin
  @userJoin
end