Class: ActiveNetsuite::CustomerCategorySearchRow

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

basic - ActiveNetsuite::CustomerCategorySearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CustomerCategorySearchRow.



45096
45097
45098
45099
# File 'lib/activenetsuite/soap/default.rb', line 45096

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45093
45094
45095
# File 'lib/activenetsuite/soap/default.rb', line 45093

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



45094
45095
45096
# File 'lib/activenetsuite/soap/default.rb', line 45094

def userJoin
  @userJoin
end