Class: ActiveNetsuite::TaskSearchRow

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

Overview

urn:scheduling_2013_2urn:scheduling_2013_2.activitiesurn:scheduling_2013_2.activities.webservicesurn:scheduling_2013_2.activities.webservices.netsuiteurn:scheduling_2013_2.activities.webservices.netsuite.comTaskSearchRow

basic - ActiveNetsuite::TaskSearchRowBasic
caseJoin - ActiveNetsuite::SupportCaseSearchRowBasic
companyCustomerJoin - ActiveNetsuite::CustomerSearchRowBasic
contactJoin - ActiveNetsuite::ContactSearchRowBasic
employeeJoin - ActiveNetsuite::EmployeeSearchRowBasic
fileJoin - ActiveNetsuite::FileSearchRowBasic
jobJoin - ActiveNetsuite::JobSearchRowBasic
opportunityJoin - ActiveNetsuite::OpportunitySearchRowBasic
originatingLeadJoin - ActiveNetsuite::OriginatingLeadSearchRowBasic
timeJoin - ActiveNetsuite::TimeBillSearchRowBasic
transactionJoin - ActiveNetsuite::TransactionSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
userNotesJoin - ActiveNetsuite::NoteSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, caseJoin = nil, companyCustomerJoin = nil, contactJoin = nil, employeeJoin = nil, fileJoin = nil, jobJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, timeJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) ⇒ TaskSearchRow

Returns a new instance of TaskSearchRow.



44073
44074
44075
44076
44077
44078
44079
44080
44081
44082
44083
44084
44085
44086
44087
44088
# File 'lib/activenetsuite/soap/default.rb', line 44073

def initialize(basic = nil, caseJoin = nil, companyCustomerJoin = nil, contactJoin = nil, employeeJoin = nil, fileJoin = nil, jobJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, timeJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = [])
  @basic = basic
  @caseJoin = caseJoin
  @companyCustomerJoin = companyCustomerJoin
  @contactJoin = contactJoin
  @employeeJoin = employeeJoin
  @fileJoin = fileJoin
  @jobJoin = jobJoin
  @opportunityJoin = opportunityJoin
  @originatingLeadJoin = originatingLeadJoin
  @timeJoin = timeJoin
  @transactionJoin = transactionJoin
  @userJoin = userJoin
  @userNotesJoin = userNotesJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



44058
44059
44060
# File 'lib/activenetsuite/soap/default.rb', line 44058

def basic
  @basic
end

#caseJoinObject

Returns the value of attribute caseJoin.



44059
44060
44061
# File 'lib/activenetsuite/soap/default.rb', line 44059

def caseJoin
  @caseJoin
end

#companyCustomerJoinObject

Returns the value of attribute companyCustomerJoin.



44060
44061
44062
# File 'lib/activenetsuite/soap/default.rb', line 44060

def companyCustomerJoin
  @companyCustomerJoin
end

#contactJoinObject

Returns the value of attribute contactJoin.



44061
44062
44063
# File 'lib/activenetsuite/soap/default.rb', line 44061

def contactJoin
  @contactJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



44071
44072
44073
# File 'lib/activenetsuite/soap/default.rb', line 44071

def customSearchJoin
  @customSearchJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



44062
44063
44064
# File 'lib/activenetsuite/soap/default.rb', line 44062

def employeeJoin
  @employeeJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



44063
44064
44065
# File 'lib/activenetsuite/soap/default.rb', line 44063

def fileJoin
  @fileJoin
end

#jobJoinObject

Returns the value of attribute jobJoin.



44064
44065
44066
# File 'lib/activenetsuite/soap/default.rb', line 44064

def jobJoin
  @jobJoin
end

#opportunityJoinObject

Returns the value of attribute opportunityJoin.



44065
44066
44067
# File 'lib/activenetsuite/soap/default.rb', line 44065

def opportunityJoin
  @opportunityJoin
end

#originatingLeadJoinObject

Returns the value of attribute originatingLeadJoin.



44066
44067
44068
# File 'lib/activenetsuite/soap/default.rb', line 44066

def originatingLeadJoin
  @originatingLeadJoin
end

#timeJoinObject

Returns the value of attribute timeJoin.



44067
44068
44069
# File 'lib/activenetsuite/soap/default.rb', line 44067

def timeJoin
  @timeJoin
end

#transactionJoinObject

Returns the value of attribute transactionJoin.



44068
44069
44070
# File 'lib/activenetsuite/soap/default.rb', line 44068

def transactionJoin
  @transactionJoin
end

#userJoinObject

Returns the value of attribute userJoin.



44069
44070
44071
# File 'lib/activenetsuite/soap/default.rb', line 44069

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



44070
44071
44072
# File 'lib/activenetsuite/soap/default.rb', line 44070

def userNotesJoin
  @userNotesJoin
end