Class: ActiveNetsuite::ClassificationSearch

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

basic - ActiveNetsuite::ClassificationSearchBasic
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 = []) ⇒ ClassificationSearch

Returns a new instance of ClassificationSearch.



33154
33155
33156
33157
33158
# File 'lib/activenetsuite/soap/default.rb', line 33154

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33150
33151
33152
# File 'lib/activenetsuite/soap/default.rb', line 33150

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



33152
33153
33154
# File 'lib/activenetsuite/soap/default.rb', line 33152

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



33151
33152
33153
# File 'lib/activenetsuite/soap/default.rb', line 33151

def userJoin
  @userJoin
end