Class: ActiveNetsuite::IssueSearchRow

Inherits:
SearchRow
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:support_2013_2urn:support_2013_2.listsurn:support_2013_2.lists.webservicesurn:support_2013_2.lists.webservices.netsuiteurn:support_2013_2.lists.webservices.netsuite.comIssueSearchRow

basic - ActiveNetsuite::IssueSearchRowBasic
caseJoin - ActiveNetsuite::SupportCaseSearchRowBasic
employeeJoin - ActiveNetsuite::EmployeeSearchRowBasic
fileJoin - ActiveNetsuite::FileSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
userNotesJoin - ActiveNetsuite::NoteSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, caseJoin = nil, employeeJoin = nil, fileJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) ⇒ IssueSearchRow

Returns a new instance of IssueSearchRow.



44854
44855
44856
44857
44858
44859
44860
44861
44862
# File 'lib/activenetsuite/soap/default.rb', line 44854

def initialize(basic = nil, caseJoin = nil, employeeJoin = nil, fileJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = [])
  @basic = basic
  @caseJoin = caseJoin
  @employeeJoin = employeeJoin
  @fileJoin = fileJoin
  @userJoin = userJoin
  @userNotesJoin = userNotesJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



44846
44847
44848
# File 'lib/activenetsuite/soap/default.rb', line 44846

def basic
  @basic
end

#caseJoinObject

Returns the value of attribute caseJoin.



44847
44848
44849
# File 'lib/activenetsuite/soap/default.rb', line 44847

def caseJoin
  @caseJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



44852
44853
44854
# File 'lib/activenetsuite/soap/default.rb', line 44852

def customSearchJoin
  @customSearchJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



44848
44849
44850
# File 'lib/activenetsuite/soap/default.rb', line 44848

def employeeJoin
  @employeeJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



44849
44850
44851
# File 'lib/activenetsuite/soap/default.rb', line 44849

def fileJoin
  @fileJoin
end

#userJoinObject

Returns the value of attribute userJoin.



44850
44851
44852
# File 'lib/activenetsuite/soap/default.rb', line 44850

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



44851
44852
44853
# File 'lib/activenetsuite/soap/default.rb', line 44851

def userNotesJoin
  @userNotesJoin
end