Class: CreateCampaign
- Inherits:
-
Object
- Object
- CreateCampaign
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comcreateCampaign
campaign - InteractObject
campaignType - CampaignType
Instance Attribute Summary collapse
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#campaignType ⇒ Object
Returns the value of attribute campaignType.
Instance Method Summary collapse
-
#initialize(campaign = nil, campaignType = nil) ⇒ CreateCampaign
constructor
A new instance of CreateCampaign.
Constructor Details
#initialize(campaign = nil, campaignType = nil) ⇒ CreateCampaign
Returns a new instance of CreateCampaign.
1175 1176 1177 1178 |
# File 'lib/stub/default.rb', line 1175 def initialize(campaign = nil, campaignType = nil) @campaign = campaign @campaignType = campaignType end |
Instance Attribute Details
#campaign ⇒ Object
Returns the value of attribute campaign.
1172 1173 1174 |
# File 'lib/stub/default.rb', line 1172 def campaign @campaign end |
#campaignType ⇒ Object
Returns the value of attribute campaignType.
1173 1174 1175 |
# File 'lib/stub/default.rb', line 1173 def campaignType @campaignType end |