Class: ActiveNetsuite::PhoneCallSearch

Inherits:
SearchRecord 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.comPhoneCallSearch

basic - ActiveNetsuite::PhoneCallSearchBasic
caseJoin - ActiveNetsuite::SupportCaseSearchBasic
companyCustomerJoin - ActiveNetsuite::CustomerSearchBasic
contactJoin - ActiveNetsuite::ContactSearchBasic
employeeJoin - ActiveNetsuite::EmployeeSearchBasic
fileJoin - ActiveNetsuite::FileSearchBasic
opportunityJoin - ActiveNetsuite::OpportunitySearchBasic
originatingLeadJoin - ActiveNetsuite::OriginatingLeadSearchBasic
participantJoin - ActiveNetsuite::EntitySearchBasic
transactionJoin - ActiveNetsuite::TransactionSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
userNotesJoin - ActiveNetsuite::NoteSearchBasic
customSearchJoin - ActiveNetsuite::CustomSearchJoin

Instance Attribute Summary collapse

Instance Method Summary collapse

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, opportunityJoin = nil, originatingLeadJoin = nil, participantJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) ⇒ PhoneCallSearch

Returns a new instance of PhoneCallSearch.



31510
31511
31512
31513
31514
31515
31516
31517
31518
31519
31520
31521
31522
31523
31524
# File 'lib/activenetsuite/soap/default.rb', line 31510

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



31496
31497
31498
# File 'lib/activenetsuite/soap/default.rb', line 31496

def basic
  @basic
end

#caseJoinObject

Returns the value of attribute caseJoin.



31497
31498
31499
# File 'lib/activenetsuite/soap/default.rb', line 31497

def caseJoin
  @caseJoin
end

#companyCustomerJoinObject

Returns the value of attribute companyCustomerJoin.



31498
31499
31500
# File 'lib/activenetsuite/soap/default.rb', line 31498

def companyCustomerJoin
  @companyCustomerJoin
end

#contactJoinObject

Returns the value of attribute contactJoin.



31499
31500
31501
# File 'lib/activenetsuite/soap/default.rb', line 31499

def contactJoin
  @contactJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



31508
31509
31510
# File 'lib/activenetsuite/soap/default.rb', line 31508

def customSearchJoin
  @customSearchJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



31500
31501
31502
# File 'lib/activenetsuite/soap/default.rb', line 31500

def employeeJoin
  @employeeJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



31501
31502
31503
# File 'lib/activenetsuite/soap/default.rb', line 31501

def fileJoin
  @fileJoin
end

#opportunityJoinObject

Returns the value of attribute opportunityJoin.



31502
31503
31504
# File 'lib/activenetsuite/soap/default.rb', line 31502

def opportunityJoin
  @opportunityJoin
end

#originatingLeadJoinObject

Returns the value of attribute originatingLeadJoin.



31503
31504
31505
# File 'lib/activenetsuite/soap/default.rb', line 31503

def originatingLeadJoin
  @originatingLeadJoin
end

#participantJoinObject

Returns the value of attribute participantJoin.



31504
31505
31506
# File 'lib/activenetsuite/soap/default.rb', line 31504

def participantJoin
  @participantJoin
end

#transactionJoinObject

Returns the value of attribute transactionJoin.



31505
31506
31507
# File 'lib/activenetsuite/soap/default.rb', line 31505

def transactionJoin
  @transactionJoin
end

#userJoinObject

Returns the value of attribute userJoin.



31506
31507
31508
# File 'lib/activenetsuite/soap/default.rb', line 31506

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



31507
31508
31509
# File 'lib/activenetsuite/soap/default.rb', line 31507

def userNotesJoin
  @userNotesJoin
end