Class: ActiveNetsuite::NoteTypeSearchRow

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

basic - ActiveNetsuite::NoteTypeSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NoteTypeSearchRow.



45125
45126
45127
45128
# File 'lib/activenetsuite/soap/default.rb', line 45125

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45122
45123
45124
# File 'lib/activenetsuite/soap/default.rb', line 45122

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



45123
45124
45125
# File 'lib/activenetsuite/soap/default.rb', line 45123

def userJoin
  @userJoin
end