Class: ActiveNetsuite::MessageSearch

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

basic - ActiveNetsuite::MessageSearchBasic
attachmentsJoin - ActiveNetsuite::FileSearchBasic
authorJoin - ActiveNetsuite::EntitySearchBasic
campaignJoin - ActiveNetsuite::CampaignSearchBasic
caseJoin - ActiveNetsuite::SupportCaseSearchBasic
contactJoin - ActiveNetsuite::ContactSearchBasic
customerJoin - ActiveNetsuite::CustomerSearchBasic
employeeJoin - ActiveNetsuite::EmployeeSearchBasic
entityJoin - ActiveNetsuite::EntitySearchBasic
opportunityJoin - ActiveNetsuite::OpportunitySearchBasic
originatingLeadJoin - ActiveNetsuite::OriginatingLeadSearchBasic
partnerJoin - ActiveNetsuite::PartnerSearchBasic
recipientJoin - ActiveNetsuite::EntitySearchBasic
transactionJoin - ActiveNetsuite::TransactionSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
vendorJoin - ActiveNetsuite::VendorSearchBasic

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, 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) ⇒ MessageSearch

Returns a new instance of MessageSearch.



31853
31854
31855
31856
31857
31858
31859
31860
31861
31862
31863
31864
31865
31866
31867
31868
31869
31870
# File 'lib/activenetsuite/soap/default.rb', line 31853

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.



31837
31838
31839
# File 'lib/activenetsuite/soap/default.rb', line 31837

def attachmentsJoin
  @attachmentsJoin
end

#authorJoinObject

Returns the value of attribute authorJoin.



31838
31839
31840
# File 'lib/activenetsuite/soap/default.rb', line 31838

def authorJoin
  @authorJoin
end

#basicObject

Returns the value of attribute basic.



31836
31837
31838
# File 'lib/activenetsuite/soap/default.rb', line 31836

def basic
  @basic
end

#campaignJoinObject

Returns the value of attribute campaignJoin.



31839
31840
31841
# File 'lib/activenetsuite/soap/default.rb', line 31839

def campaignJoin
  @campaignJoin
end

#caseJoinObject

Returns the value of attribute caseJoin.



31840
31841
31842
# File 'lib/activenetsuite/soap/default.rb', line 31840

def caseJoin
  @caseJoin
end

#contactJoinObject

Returns the value of attribute contactJoin.



31841
31842
31843
# File 'lib/activenetsuite/soap/default.rb', line 31841

def contactJoin
  @contactJoin
end

#customerJoinObject

Returns the value of attribute customerJoin.



31842
31843
31844
# File 'lib/activenetsuite/soap/default.rb', line 31842

def customerJoin
  @customerJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



31843
31844
31845
# File 'lib/activenetsuite/soap/default.rb', line 31843

def employeeJoin
  @employeeJoin
end

#entityJoinObject

Returns the value of attribute entityJoin.



31844
31845
31846
# File 'lib/activenetsuite/soap/default.rb', line 31844

def entityJoin
  @entityJoin
end

#opportunityJoinObject

Returns the value of attribute opportunityJoin.



31845
31846
31847
# File 'lib/activenetsuite/soap/default.rb', line 31845

def opportunityJoin
  @opportunityJoin
end

#originatingLeadJoinObject

Returns the value of attribute originatingLeadJoin.



31846
31847
31848
# File 'lib/activenetsuite/soap/default.rb', line 31846

def originatingLeadJoin
  @originatingLeadJoin
end

#partnerJoinObject

Returns the value of attribute partnerJoin.



31847
31848
31849
# File 'lib/activenetsuite/soap/default.rb', line 31847

def partnerJoin
  @partnerJoin
end

#recipientJoinObject

Returns the value of attribute recipientJoin.



31848
31849
31850
# File 'lib/activenetsuite/soap/default.rb', line 31848

def recipientJoin
  @recipientJoin
end

#transactionJoinObject

Returns the value of attribute transactionJoin.



31849
31850
31851
# File 'lib/activenetsuite/soap/default.rb', line 31849

def transactionJoin
  @transactionJoin
end

#userJoinObject

Returns the value of attribute userJoin.



31850
31851
31852
# File 'lib/activenetsuite/soap/default.rb', line 31850

def userJoin
  @userJoin
end

#vendorJoinObject

Returns the value of attribute vendorJoin.



31851
31852
31853
# File 'lib/activenetsuite/soap/default.rb', line 31851

def vendorJoin
  @vendorJoin
end