Class: ActiveNetsuite::PhoneCallSearchRow

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.comPhoneCallSearchRow

basic - ActiveNetsuite::PhoneCallSearchRowBasic
caseJoin - ActiveNetsuite::SupportCaseSearchRowBasic
companyCustomerJoin - ActiveNetsuite::CustomerSearchRowBasic
contactJoin - ActiveNetsuite::ContactSearchRowBasic
employeeJoin - ActiveNetsuite::EmployeeSearchRowBasic
fileJoin - ActiveNetsuite::FileSearchRowBasic
opportunityJoin - ActiveNetsuite::OpportunitySearchRowBasic
originatingLeadJoin - ActiveNetsuite::OriginatingLeadSearchRowBasic
participantJoin - ActiveNetsuite::EntitySearchRowBasic
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, opportunityJoin = nil, originatingLeadJoin = nil, participantJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) ⇒ PhoneCallSearchRow

Returns a new instance of PhoneCallSearchRow.



44120
44121
44122
44123
44124
44125
44126
44127
44128
44129
44130
44131
44132
44133
44134
# File 'lib/activenetsuite/soap/default.rb', line 44120

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.



44106
44107
44108
# File 'lib/activenetsuite/soap/default.rb', line 44106

def basic
  @basic
end

#caseJoinObject

Returns the value of attribute caseJoin.



44107
44108
44109
# File 'lib/activenetsuite/soap/default.rb', line 44107

def caseJoin
  @caseJoin
end

#companyCustomerJoinObject

Returns the value of attribute companyCustomerJoin.



44108
44109
44110
# File 'lib/activenetsuite/soap/default.rb', line 44108

def companyCustomerJoin
  @companyCustomerJoin
end

#contactJoinObject

Returns the value of attribute contactJoin.



44109
44110
44111
# File 'lib/activenetsuite/soap/default.rb', line 44109

def contactJoin
  @contactJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



44118
44119
44120
# File 'lib/activenetsuite/soap/default.rb', line 44118

def customSearchJoin
  @customSearchJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



44110
44111
44112
# File 'lib/activenetsuite/soap/default.rb', line 44110

def employeeJoin
  @employeeJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



44111
44112
44113
# File 'lib/activenetsuite/soap/default.rb', line 44111

def fileJoin
  @fileJoin
end

#opportunityJoinObject

Returns the value of attribute opportunityJoin.



44112
44113
44114
# File 'lib/activenetsuite/soap/default.rb', line 44112

def opportunityJoin
  @opportunityJoin
end

#originatingLeadJoinObject

Returns the value of attribute originatingLeadJoin.



44113
44114
44115
# File 'lib/activenetsuite/soap/default.rb', line 44113

def originatingLeadJoin
  @originatingLeadJoin
end

#participantJoinObject

Returns the value of attribute participantJoin.



44114
44115
44116
# File 'lib/activenetsuite/soap/default.rb', line 44114

def participantJoin
  @participantJoin
end

#transactionJoinObject

Returns the value of attribute transactionJoin.



44115
44116
44117
# File 'lib/activenetsuite/soap/default.rb', line 44115

def transactionJoin
  @transactionJoin
end

#userJoinObject

Returns the value of attribute userJoin.



44116
44117
44118
# File 'lib/activenetsuite/soap/default.rb', line 44116

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



44117
44118
44119
# File 'lib/activenetsuite/soap/default.rb', line 44117

def userNotesJoin
  @userNotesJoin
end