Class: ActiveNetsuite::SubsidiarySearch

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

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

Returns a new instance of SubsidiarySearch.



33428
33429
33430
33431
33432
# File 'lib/activenetsuite/soap/default.rb', line 33428

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33424
33425
33426
# File 'lib/activenetsuite/soap/default.rb', line 33424

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



33426
33427
33428
# File 'lib/activenetsuite/soap/default.rb', line 33426

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



33425
33426
33427
# File 'lib/activenetsuite/soap/default.rb', line 33425

def userJoin
  @userJoin
end