Class: ActiveNetsuite::LocationSearch

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

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



33209
33210
33211
33212
33213
# File 'lib/activenetsuite/soap/default.rb', line 33209

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33205
33206
33207
# File 'lib/activenetsuite/soap/default.rb', line 33205

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



33207
33208
33209
# File 'lib/activenetsuite/soap/default.rb', line 33207

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



33206
33207
33208
# File 'lib/activenetsuite/soap/default.rb', line 33206

def userJoin
  @userJoin
end