Class: Campaigning::CampaignSendResponse
- Inherits:
-
Object
- Object
- Campaigning::CampaignSendResponse
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Campaign.SendResponse
campaign_SendResult - Campaigning::Result
Instance Attribute Summary collapse
-
#campaign_SendResult ⇒ Object
Returns the value of attribute campaign_SendResult.
Instance Method Summary collapse
-
#initialize(campaign_SendResult = nil) ⇒ CampaignSendResponse
constructor
A new instance of CampaignSendResponse.
Constructor Details
#initialize(campaign_SendResult = nil) ⇒ CampaignSendResponse
Returns a new instance of CampaignSendResponse.
1386 1387 1388 |
# File 'lib/campaigning/soap/generated/default.rb', line 1386 def initialize(campaign_SendResult = nil) @campaign_SendResult = campaign_SendResult end |
Instance Attribute Details
#campaign_SendResult ⇒ Object
Returns the value of attribute campaign_SendResult.
1384 1385 1386 |
# File 'lib/campaigning/soap/generated/default.rb', line 1384 def campaign_SendResult @campaign_SendResult end |