Class: ActiveNetsuite::BinSearch

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

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

Returns a new instance of BinSearch.



33373
33374
33375
33376
33377
# File 'lib/activenetsuite/soap/default.rb', line 33373

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33369
33370
33371
# File 'lib/activenetsuite/soap/default.rb', line 33369

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



33371
33372
33373
# File 'lib/activenetsuite/soap/default.rb', line 33371

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



33370
33371
33372
# File 'lib/activenetsuite/soap/default.rb', line 33370

def userJoin
  @userJoin
end