Class: ActiveNetsuite::AccountSearchRow

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

basic - ActiveNetsuite::AccountSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AccountSearchRow.



44874
44875
44876
44877
44878
# File 'lib/activenetsuite/soap/default.rb', line 44874

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



44870
44871
44872
# File 'lib/activenetsuite/soap/default.rb', line 44870

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



44872
44873
44874
# File 'lib/activenetsuite/soap/default.rb', line 44872

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



44871
44872
44873
# File 'lib/activenetsuite/soap/default.rb', line 44871

def userJoin
  @userJoin
end