Class: ActiveNetsuite::ContactCategorySearchRow

Inherits:
SearchRow
  • 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.comContactCategorySearchRow

basic - ActiveNetsuite::ContactCategorySearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, userJoin = nil) ⇒ ContactCategorySearchRow

Returns a new instance of ContactCategorySearchRow.



45070
45071
45072
45073
# File 'lib/activenetsuite/soap/default.rb', line 45070

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45067
45068
45069
# File 'lib/activenetsuite/soap/default.rb', line 45067

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



45068
45069
45070
# File 'lib/activenetsuite/soap/default.rb', line 45068

def userJoin
  @userJoin
end