Class: SetCampaignProperties
- Inherits:
-
Object
- Object
- SetCampaignProperties
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comsetCampaignProperties
campaignProperties - CampaignProperties
Instance Attribute Summary collapse
-
#campaignProperties ⇒ Object
Returns the value of attribute campaignProperties.
Instance Method Summary collapse
-
#initialize(campaignProperties = nil) ⇒ SetCampaignProperties
constructor
A new instance of SetCampaignProperties.
Constructor Details
#initialize(campaignProperties = nil) ⇒ SetCampaignProperties
Returns a new instance of SetCampaignProperties.
1196 1197 1198 |
# File 'lib/stub/default.rb', line 1196 def initialize(campaignProperties = nil) @campaignProperties = campaignProperties end |
Instance Attribute Details
#campaignProperties ⇒ Object
Returns the value of attribute campaignProperties.
1194 1195 1196 |
# File 'lib/stub/default.rb', line 1194 def campaignProperties @campaignProperties end |