Class: ActiveNetsuite::GiftCertificateSearch

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

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

Returns a new instance of GiftCertificateSearch.



33483
33484
33485
33486
33487
# File 'lib/activenetsuite/soap/default.rb', line 33483

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33479
33480
33481
# File 'lib/activenetsuite/soap/default.rb', line 33479

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



33481
33482
33483
# File 'lib/activenetsuite/soap/default.rb', line 33481

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



33480
33481
33482
# File 'lib/activenetsuite/soap/default.rb', line 33480

def userJoin
  @userJoin
end