Class: ActiveNetsuite::CampaignSearchRow

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

Overview

urn:marketing_2013_2urn:marketing_2013_2.listsurn:marketing_2013_2.lists.webservicesurn:marketing_2013_2.lists.webservices.netsuiteurn:marketing_2013_2.lists.webservices.netsuite.comCampaignSearchRow

basic - ActiveNetsuite::CampaignSearchRowBasic
campaignRecipientJoin - ActiveNetsuite::EntitySearchRowBasic
fileJoin - ActiveNetsuite::FileSearchRowBasic
messagesJoin - ActiveNetsuite::MessageSearchRowBasic
originatingLeadJoin - ActiveNetsuite::OriginatingLeadSearchRowBasic
promotionCodeJoin - ActiveNetsuite::PromotionCodeSearchRowBasic
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, campaignRecipientJoin = nil, fileJoin = nil, messagesJoin = nil, originatingLeadJoin = nil, promotionCodeJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) ⇒ CampaignSearchRow

Returns a new instance of CampaignSearchRow.



45852
45853
45854
45855
45856
45857
45858
45859
45860
45861
45862
45863
# File 'lib/activenetsuite/soap/default.rb', line 45852

def initialize(basic = nil, campaignRecipientJoin = nil, fileJoin = nil, messagesJoin = nil, originatingLeadJoin = nil, promotionCodeJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = [])
  @basic = basic
  @campaignRecipientJoin = campaignRecipientJoin
  @fileJoin = fileJoin
  @messagesJoin = messagesJoin
  @originatingLeadJoin = originatingLeadJoin
  @promotionCodeJoin = promotionCodeJoin
  @transactionJoin = transactionJoin
  @userJoin = userJoin
  @userNotesJoin = userNotesJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45841
45842
45843
# File 'lib/activenetsuite/soap/default.rb', line 45841

def basic
  @basic
end

#campaignRecipientJoinObject

Returns the value of attribute campaignRecipientJoin.



45842
45843
45844
# File 'lib/activenetsuite/soap/default.rb', line 45842

def campaignRecipientJoin
  @campaignRecipientJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



45850
45851
45852
# File 'lib/activenetsuite/soap/default.rb', line 45850

def customSearchJoin
  @customSearchJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



45843
45844
45845
# File 'lib/activenetsuite/soap/default.rb', line 45843

def fileJoin
  @fileJoin
end

#messagesJoinObject

Returns the value of attribute messagesJoin.



45844
45845
45846
# File 'lib/activenetsuite/soap/default.rb', line 45844

def messagesJoin
  @messagesJoin
end

#originatingLeadJoinObject

Returns the value of attribute originatingLeadJoin.



45845
45846
45847
# File 'lib/activenetsuite/soap/default.rb', line 45845

def originatingLeadJoin
  @originatingLeadJoin
end

#promotionCodeJoinObject

Returns the value of attribute promotionCodeJoin.



45846
45847
45848
# File 'lib/activenetsuite/soap/default.rb', line 45846

def promotionCodeJoin
  @promotionCodeJoin
end

#transactionJoinObject

Returns the value of attribute transactionJoin.



45847
45848
45849
# File 'lib/activenetsuite/soap/default.rb', line 45847

def transactionJoin
  @transactionJoin
end

#userJoinObject

Returns the value of attribute userJoin.



45848
45849
45850
# File 'lib/activenetsuite/soap/default.rb', line 45848

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



45849
45850
45851
# File 'lib/activenetsuite/soap/default.rb', line 45849

def userNotesJoin
  @userNotesJoin
end