Class: ActiveNetsuite::TaskSearchRow
- 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
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#caseJoin ⇒ Object
Returns the value of attribute caseJoin.
-
#companyCustomerJoin ⇒ Object
Returns the value of attribute companyCustomerJoin.
-
#contactJoin ⇒ Object
Returns the value of attribute contactJoin.
-
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
-
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
-
#fileJoin ⇒ Object
Returns the value of attribute fileJoin.
-
#jobJoin ⇒ Object
Returns the value of attribute jobJoin.
-
#opportunityJoin ⇒ Object
Returns the value of attribute opportunityJoin.
-
#originatingLeadJoin ⇒ Object
Returns the value of attribute originatingLeadJoin.
-
#timeJoin ⇒ Object
Returns the value of attribute timeJoin.
-
#transactionJoin ⇒ Object
Returns the value of attribute transactionJoin.
-
#userJoin ⇒ Object
Returns the value of attribute userJoin.
-
#userNotesJoin ⇒ Object
Returns the value of attribute userNotesJoin.
Instance Method Summary collapse
-
#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
constructor
A new instance of TaskSearchRow.
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
#basic ⇒ Object
Returns the value of attribute basic.
44058 44059 44060 |
# File 'lib/activenetsuite/soap/default.rb', line 44058 def basic @basic end |
#caseJoin ⇒ Object
Returns the value of attribute caseJoin.
44059 44060 44061 |
# File 'lib/activenetsuite/soap/default.rb', line 44059 def caseJoin @caseJoin end |
#companyCustomerJoin ⇒ Object
Returns the value of attribute companyCustomerJoin.
44060 44061 44062 |
# File 'lib/activenetsuite/soap/default.rb', line 44060 def companyCustomerJoin @companyCustomerJoin end |
#contactJoin ⇒ Object
Returns the value of attribute contactJoin.
44061 44062 44063 |
# File 'lib/activenetsuite/soap/default.rb', line 44061 def contactJoin @contactJoin end |
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
44071 44072 44073 |
# File 'lib/activenetsuite/soap/default.rb', line 44071 def customSearchJoin @customSearchJoin end |
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
44062 44063 44064 |
# File 'lib/activenetsuite/soap/default.rb', line 44062 def employeeJoin @employeeJoin end |
#fileJoin ⇒ Object
Returns the value of attribute fileJoin.
44063 44064 44065 |
# File 'lib/activenetsuite/soap/default.rb', line 44063 def fileJoin @fileJoin end |
#jobJoin ⇒ Object
Returns the value of attribute jobJoin.
44064 44065 44066 |
# File 'lib/activenetsuite/soap/default.rb', line 44064 def jobJoin @jobJoin end |
#opportunityJoin ⇒ Object
Returns the value of attribute opportunityJoin.
44065 44066 44067 |
# File 'lib/activenetsuite/soap/default.rb', line 44065 def opportunityJoin @opportunityJoin end |
#originatingLeadJoin ⇒ Object
Returns the value of attribute originatingLeadJoin.
44066 44067 44068 |
# File 'lib/activenetsuite/soap/default.rb', line 44066 def originatingLeadJoin @originatingLeadJoin end |
#timeJoin ⇒ Object
Returns the value of attribute timeJoin.
44067 44068 44069 |
# File 'lib/activenetsuite/soap/default.rb', line 44067 def timeJoin @timeJoin end |
#transactionJoin ⇒ Object
Returns the value of attribute transactionJoin.
44068 44069 44070 |
# File 'lib/activenetsuite/soap/default.rb', line 44068 def transactionJoin @transactionJoin end |
#userJoin ⇒ Object
Returns the value of attribute userJoin.
44069 44070 44071 |
# File 'lib/activenetsuite/soap/default.rb', line 44069 def userJoin @userJoin end |
#userNotesJoin ⇒ Object
Returns the value of attribute userNotesJoin.
44070 44071 44072 |
# File 'lib/activenetsuite/soap/default.rb', line 44070 def userNotesJoin @userNotesJoin end |