Class: ActiveNetsuite::CustomerCategorySearch

Inherits:
SearchRecord
  • Object
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.comCustomerCategorySearch

basic - ActiveNetsuite::CustomerCategorySearchBasic
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) ⇒ CustomerCategorySearch

Returns a new instance of CustomerCategorySearch.



33695
33696
33697
33698
# File 'lib/activenetsuite/soap/default.rb', line 33695

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33692
33693
33694
# File 'lib/activenetsuite/soap/default.rb', line 33692

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



33693
33694
33695
# File 'lib/activenetsuite/soap/default.rb', line 33693

def userJoin
  @userJoin
end