Class: ActiveNetsuite::ContactCategorySearch

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

basic - ActiveNetsuite::ContactCategorySearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic

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) ⇒ ContactCategorySearch

Returns a new instance of ContactCategorySearch.



33591
33592
33593
33594
# File 'lib/activenetsuite/soap/default.rb', line 33591

def initialize(basic = nil, userJoin = nil)
  @basic = basic
  @userJoin = userJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33588
33589
33590
# File 'lib/activenetsuite/soap/default.rb', line 33588

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



33589
33590
33591
# File 'lib/activenetsuite/soap/default.rb', line 33589

def userJoin
  @userJoin
end