Class: ActiveNetsuite::TaskSearch
- Inherits:
-
SearchRecord
- Object
- SearchRecord
- ActiveNetsuite::TaskSearch
- 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.comTaskSearch
basic - ActiveNetsuite::TaskSearchBasic
caseJoin - ActiveNetsuite::SupportCaseSearchBasic
companyCustomerJoin - ActiveNetsuite::CustomerSearchBasic
contactJoin - ActiveNetsuite::ContactSearchBasic
employeeJoin - ActiveNetsuite::EmployeeSearchBasic
fileJoin - ActiveNetsuite::FileSearchBasic
jobJoin - ActiveNetsuite::JobSearchBasic
opportunityJoin - ActiveNetsuite::OpportunitySearchBasic
originatingLeadJoin - ActiveNetsuite::OriginatingLeadSearchBasic
timeJoin - ActiveNetsuite::TimeBillSearchBasic
transactionJoin - ActiveNetsuite::TransactionSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
userNotesJoin - ActiveNetsuite::NoteSearchBasic
customSearchJoin - ActiveNetsuite::CustomSearchJoin
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 = []) ⇒ TaskSearch
constructor
A new instance of TaskSearch.
Methods inherited from SearchRecord
#active, #each, #find_by, #inactive, #response, #to_a, #where
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 = []) ⇒ TaskSearch
Returns a new instance of TaskSearch.
31424 31425 31426 31427 31428 31429 31430 31431 31432 31433 31434 31435 31436 31437 31438 31439 |
# File 'lib/activenetsuite/soap/default.rb', line 31424 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.
31409 31410 31411 |
# File 'lib/activenetsuite/soap/default.rb', line 31409 def basic @basic end |
#caseJoin ⇒ Object
Returns the value of attribute caseJoin.
31410 31411 31412 |
# File 'lib/activenetsuite/soap/default.rb', line 31410 def caseJoin @caseJoin end |
#companyCustomerJoin ⇒ Object
Returns the value of attribute companyCustomerJoin.
31411 31412 31413 |
# File 'lib/activenetsuite/soap/default.rb', line 31411 def companyCustomerJoin @companyCustomerJoin end |
#contactJoin ⇒ Object
Returns the value of attribute contactJoin.
31412 31413 31414 |
# File 'lib/activenetsuite/soap/default.rb', line 31412 def contactJoin @contactJoin end |
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
31422 31423 31424 |
# File 'lib/activenetsuite/soap/default.rb', line 31422 def customSearchJoin @customSearchJoin end |
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
31413 31414 31415 |
# File 'lib/activenetsuite/soap/default.rb', line 31413 def employeeJoin @employeeJoin end |
#fileJoin ⇒ Object
Returns the value of attribute fileJoin.
31414 31415 31416 |
# File 'lib/activenetsuite/soap/default.rb', line 31414 def fileJoin @fileJoin end |
#jobJoin ⇒ Object
Returns the value of attribute jobJoin.
31415 31416 31417 |
# File 'lib/activenetsuite/soap/default.rb', line 31415 def jobJoin @jobJoin end |
#opportunityJoin ⇒ Object
Returns the value of attribute opportunityJoin.
31416 31417 31418 |
# File 'lib/activenetsuite/soap/default.rb', line 31416 def opportunityJoin @opportunityJoin end |
#originatingLeadJoin ⇒ Object
Returns the value of attribute originatingLeadJoin.
31417 31418 31419 |
# File 'lib/activenetsuite/soap/default.rb', line 31417 def originatingLeadJoin @originatingLeadJoin end |
#timeJoin ⇒ Object
Returns the value of attribute timeJoin.
31418 31419 31420 |
# File 'lib/activenetsuite/soap/default.rb', line 31418 def timeJoin @timeJoin end |
#transactionJoin ⇒ Object
Returns the value of attribute transactionJoin.
31419 31420 31421 |
# File 'lib/activenetsuite/soap/default.rb', line 31419 def transactionJoin @transactionJoin end |
#userJoin ⇒ Object
Returns the value of attribute userJoin.
31420 31421 31422 |
# File 'lib/activenetsuite/soap/default.rb', line 31420 def userJoin @userJoin end |
#userNotesJoin ⇒ Object
Returns the value of attribute userNotesJoin.
31421 31422 31423 |
# File 'lib/activenetsuite/soap/default.rb', line 31421 def userNotesJoin @userNotesJoin end |