Class: ActiveNetsuite::OriginatingLeadSearch

Inherits:
SearchRecord show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:relationships_2013_2urn:relationships_2013_2.listsurn:relationships_2013_2.lists.webservicesurn:relationships_2013_2.lists.webservices.netsuiteurn:relationships_2013_2.lists.webservices.netsuite.comOriginatingLeadSearch

basic - ActiveNetsuite::OriginatingLeadSearchBasic
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, customSearchJoin = []) ⇒ OriginatingLeadSearch

Returns a new instance of OriginatingLeadSearch.



32758
32759
32760
32761
# File 'lib/activenetsuite/soap/default.rb', line 32758

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



32755
32756
32757
# File 'lib/activenetsuite/soap/default.rb', line 32755

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



32756
32757
32758
# File 'lib/activenetsuite/soap/default.rb', line 32756

def customSearchJoin
  @customSearchJoin
end