Class: ActiveNetsuite::OtherNameCategorySearch

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

basic - ActiveNetsuite::OtherNameCategorySearchBasic
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) ⇒ OtherNameCategorySearch

Returns a new instance of OtherNameCategorySearch.



34536
34537
34538
34539
# File 'lib/activenetsuite/soap/default.rb', line 34536

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



34533
34534
34535
# File 'lib/activenetsuite/soap/default.rb', line 34533

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



34534
34535
34536
# File 'lib/activenetsuite/soap/default.rb', line 34534

def userJoin
  @userJoin
end