Class: Campaigning::CampaignSend
- Inherits:
-
Object
- Object
- Campaigning::CampaignSend
- 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
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#campaignID ⇒ Object
Returns the value of attribute campaignID.
-
#confirmationEmail ⇒ Object
Returns the value of attribute confirmationEmail.
-
#sendDate ⇒ Object
Returns the value of attribute sendDate.
Instance Method Summary collapse
-
#initialize(apiKey = nil, campaignID = nil, confirmationEmail = nil, sendDate = nil) ⇒ CampaignSend
constructor
A new instance of CampaignSend.
Constructor Details
#initialize(apiKey = nil, campaignID = nil, confirmationEmail = nil, sendDate = nil) ⇒ CampaignSend
Returns a new instance of CampaignSend.
1373 1374 1375 1376 1377 1378 |
# File 'lib/campaigning/soap/generated/default.rb', line 1373 def initialize(apiKey = nil, campaignID = nil, confirmationEmail = nil, sendDate = nil) @apiKey = apiKey @campaignID = campaignID @confirmationEmail = confirmationEmail @sendDate = sendDate end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1368 1369 1370 |
# File 'lib/campaigning/soap/generated/default.rb', line 1368 def apiKey @apiKey end |
#campaignID ⇒ Object
Returns the value of attribute campaignID.
1369 1370 1371 |
# File 'lib/campaigning/soap/generated/default.rb', line 1369 def campaignID @campaignID end |
#confirmationEmail ⇒ Object
Returns the value of attribute confirmationEmail.
1370 1371 1372 |
# File 'lib/campaigning/soap/generated/default.rb', line 1370 def confirmationEmail @confirmationEmail end |
#sendDate ⇒ Object
Returns the value of attribute sendDate.
1371 1372 1373 |
# File 'lib/campaigning/soap/generated/default.rb', line 1371 def sendDate @sendDate end |