Class: ActiveNetsuite::MessageSearchRow

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

Overview

urn:communication_2013_2urn:communication_2013_2.generalurn:communication_2013_2.general.webservicesurn:communication_2013_2.general.webservices.netsuiteurn:communication_2013_2.general.webservices.netsuite.comMessageSearchRow

basic - ActiveNetsuite::MessageSearchRowBasic
attachmentsJoin - ActiveNetsuite::FileSearchRowBasic
authorJoin - ActiveNetsuite::EntitySearchRowBasic
campaignJoin - ActiveNetsuite::CampaignSearchRowBasic
caseJoin - ActiveNetsuite::SupportCaseSearchRowBasic
contactJoin - ActiveNetsuite::ContactSearchRowBasic
customerJoin - ActiveNetsuite::CustomerSearchRowBasic
employeeJoin - ActiveNetsuite::EmployeeSearchRowBasic
entityJoin - ActiveNetsuite::EntitySearchRowBasic
opportunityJoin - ActiveNetsuite::OpportunitySearchRowBasic
originatingLeadJoin - ActiveNetsuite::OriginatingLeadSearchRowBasic
partnerJoin - ActiveNetsuite::PartnerSearchRowBasic
recipientJoin - ActiveNetsuite::EntitySearchRowBasic
transactionJoin - ActiveNetsuite::TransactionSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
vendorJoin - ActiveNetsuite::VendorSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, attachmentsJoin = nil, authorJoin = nil, campaignJoin = nil, caseJoin = nil, contactJoin = nil, customerJoin = nil, employeeJoin = nil, entityJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, partnerJoin = nil, recipientJoin = nil, transactionJoin = nil, userJoin = nil, vendorJoin = nil) ⇒ MessageSearchRow



44307
44308
44309
44310
44311
44312
44313
44314
44315
44316
44317
44318
44319
44320
44321
44322
44323
44324
# File 'lib/activenetsuite/soap/default.rb', line 44307

def initialize(basic = nil, attachmentsJoin = nil, authorJoin = nil, campaignJoin = nil, caseJoin = nil, contactJoin = nil, customerJoin = nil, employeeJoin = nil, entityJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, partnerJoin = nil, recipientJoin = nil, transactionJoin = nil, userJoin = nil, vendorJoin = nil)
  @basic = basic
  @attachmentsJoin = attachmentsJoin
  @authorJoin = authorJoin
  @campaignJoin = campaignJoin
  @caseJoin = caseJoin
  @contactJoin = contactJoin
  @customerJoin = customerJoin
  @employeeJoin = employeeJoin
  @entityJoin = entityJoin
  @opportunityJoin = opportunityJoin
  @originatingLeadJoin = originatingLeadJoin
  @partnerJoin = partnerJoin
  @recipientJoin = recipientJoin
  @transactionJoin = transactionJoin
  @userJoin = userJoin
  @vendorJoin = vendorJoin
end

Instance Attribute Details

#attachmentsJoinObject

Returns the value of attribute attachmentsJoin.



44291
44292
44293
# File 'lib/activenetsuite/soap/default.rb', line 44291

def attachmentsJoin
  @attachmentsJoin
end

#authorJoinObject

Returns the value of attribute authorJoin.



44292
44293
44294
# File 'lib/activenetsuite/soap/default.rb', line 44292

def authorJoin
  @authorJoin
end

#basicObject

Returns the value of attribute basic.



44290
44291
44292
# File 'lib/activenetsuite/soap/default.rb', line 44290

def basic
  @basic
end

#campaignJoinObject

Returns the value of attribute campaignJoin.



44293
44294
44295
# File 'lib/activenetsuite/soap/default.rb', line 44293

def campaignJoin
  @campaignJoin
end

#caseJoinObject

Returns the value of attribute caseJoin.



44294
44295
44296
# File 'lib/activenetsuite/soap/default.rb', line 44294

def caseJoin
  @caseJoin
end

#contactJoinObject

Returns the value of attribute contactJoin.



44295
44296
44297
# File 'lib/activenetsuite/soap/default.rb', line 44295

def contactJoin
  @contactJoin
end

#customerJoinObject

Returns the value of attribute customerJoin.



44296
44297
44298
# File 'lib/activenetsuite/soap/default.rb', line 44296

def customerJoin
  @customerJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



44297
44298
44299
# File 'lib/activenetsuite/soap/default.rb', line 44297

def employeeJoin
  @employeeJoin
end

#entityJoinObject

Returns the value of attribute entityJoin.



44298
44299
44300
# File 'lib/activenetsuite/soap/default.rb', line 44298

def entityJoin
  @entityJoin
end

#opportunityJoinObject

Returns the value of attribute opportunityJoin.



44299
44300
44301
# File 'lib/activenetsuite/soap/default.rb', line 44299

def opportunityJoin
  @opportunityJoin
end

#originatingLeadJoinObject

Returns the value of attribute originatingLeadJoin.



44300
44301
44302
# File 'lib/activenetsuite/soap/default.rb', line 44300

def originatingLeadJoin
  @originatingLeadJoin
end

#partnerJoinObject

Returns the value of attribute partnerJoin.



44301
44302
44303
# File 'lib/activenetsuite/soap/default.rb', line 44301

def partnerJoin
  @partnerJoin
end

#recipientJoinObject

Returns the value of attribute recipientJoin.



44302
44303
44304
# File 'lib/activenetsuite/soap/default.rb', line 44302

def recipientJoin
  @recipientJoin
end

#transactionJoinObject

Returns the value of attribute transactionJoin.



44303
44304
44305
# File 'lib/activenetsuite/soap/default.rb', line 44303

def transactionJoin
  @transactionJoin
end

#userJoinObject

Returns the value of attribute userJoin.



44304
44305
44306
# File 'lib/activenetsuite/soap/default.rb', line 44304

def userJoin
  @userJoin
end

#vendorJoinObject

Returns the value of attribute vendorJoin.



44305
44306
44307
# File 'lib/activenetsuite/soap/default.rb', line 44305

def vendorJoin
  @vendorJoin
end