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.
1563 1564 1565 |
# File 'lib/campaigning/soap/generated/default.rb', line 1563 def initialize(campaign_SendResult = nil) @campaign_SendResult = campaign_SendResult end |
Instance Attribute Details
#campaign_SendResult ⇒ Object
Returns the value of attribute campaign_SendResult.
1561 1562 1563 |
# File 'lib/campaigning/soap/generated/default.rb', line 1561 def campaign_SendResult @campaign_SendResult end |