Class: ActiveNetsuite::DepartmentSearch

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

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

Returns a new instance of DepartmentSearch.



33099
33100
33101
33102
33103
# File 'lib/activenetsuite/soap/default.rb', line 33099

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33095
33096
33097
# File 'lib/activenetsuite/soap/default.rb', line 33095

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



33097
33098
33099
# File 'lib/activenetsuite/soap/default.rb', line 33097

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



33096
33097
33098
# File 'lib/activenetsuite/soap/default.rb', line 33096

def userJoin
  @userJoin
end