Class: ActiveNetsuite::AccountSearch

Inherits:
SearchRecord 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.comAccountSearch

basic - ActiveNetsuite::AccountSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
customSearchJoin - ActiveNetsuite::CustomSearchJoin

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

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

Constructor Details

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

Returns a new instance of AccountSearch.



33044
33045
33046
33047
33048
# File 'lib/activenetsuite/soap/default.rb', line 33044

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33040
33041
33042
# File 'lib/activenetsuite/soap/default.rb', line 33040

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



33042
33043
33044
# File 'lib/activenetsuite/soap/default.rb', line 33042

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



33041
33042
33043
# File 'lib/activenetsuite/soap/default.rb', line 33041

def userJoin
  @userJoin
end