Class: Campaigning::CampaignSend

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/Campaign.Send

apiKey - SOAP::SOAPString
campaignID - SOAP::SOAPString
confirmationEmail - SOAP::SOAPString
sendDate - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, campaignID = nil, confirmationEmail = nil, sendDate = nil) ⇒ CampaignSend

Returns a new instance of CampaignSend.



1550
1551
1552
1553
1554
1555
# File 'lib/campaigning/soap/generated/default.rb', line 1550

def initialize(apiKey = nil, campaignID = nil, confirmationEmail = nil, sendDate = nil)
  @apiKey = apiKey
  @campaignID = campaignID
  @confirmationEmail = confirmationEmail
  @sendDate = sendDate
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1545
1546
1547
# File 'lib/campaigning/soap/generated/default.rb', line 1545

def apiKey
  @apiKey
end

#campaignIDObject

Returns the value of attribute campaignID.



1546
1547
1548
# File 'lib/campaigning/soap/generated/default.rb', line 1546

def campaignID
  @campaignID
end

#confirmationEmailObject

Returns the value of attribute confirmationEmail.



1547
1548
1549
# File 'lib/campaigning/soap/generated/default.rb', line 1547

def confirmationEmail
  @confirmationEmail
end

#sendDateObject

Returns the value of attribute sendDate.



1548
1549
1550
# File 'lib/campaigning/soap/generated/default.rb', line 1548

def sendDate
  @sendDate
end