Class: ActiveNetsuite::PartnerCategorySearchRow

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

basic - ActiveNetsuite::PartnerCategorySearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PartnerCategorySearchRow.



45138
45139
45140
45141
# File 'lib/activenetsuite/soap/default.rb', line 45138

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45135
45136
45137
# File 'lib/activenetsuite/soap/default.rb', line 45135

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



45136
45137
45138
# File 'lib/activenetsuite/soap/default.rb', line 45136

def userJoin
  @userJoin
end