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.
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
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1545 1546 1547 |
# File 'lib/campaigning/soap/generated/default.rb', line 1545 def apiKey @apiKey end |
#campaignID ⇒ Object
Returns the value of attribute campaignID.
1546 1547 1548 |
# File 'lib/campaigning/soap/generated/default.rb', line 1546 def campaignID @campaignID end |
#confirmationEmail ⇒ Object
Returns the value of attribute confirmationEmail.
1547 1548 1549 |
# File 'lib/campaigning/soap/generated/default.rb', line 1547 def confirmationEmail @confirmationEmail end |
#sendDate ⇒ Object
Returns the value of attribute sendDate.
1548 1549 1550 |
# File 'lib/campaigning/soap/generated/default.rb', line 1548 def sendDate @sendDate end |