Class: GetCampaignProperties
- Inherits:
-
Object
- Object
- GetCampaignProperties
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comgetCampaignProperties
campaign - InteractObject
campaignId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
Instance Method Summary collapse
-
#initialize(campaign = nil, campaignId = nil) ⇒ GetCampaignProperties
constructor
A new instance of GetCampaignProperties.
Constructor Details
#initialize(campaign = nil, campaignId = nil) ⇒ GetCampaignProperties
Returns a new instance of GetCampaignProperties.
1218 1219 1220 1221 |
# File 'lib/stub/default.rb', line 1218 def initialize(campaign = nil, campaignId = nil) @campaign = campaign @campaignId = campaignId end |
Instance Attribute Details
#campaign ⇒ Object
Returns the value of attribute campaign.
1215 1216 1217 |
# File 'lib/stub/default.rb', line 1215 def campaign @campaign end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
1216 1217 1218 |
# File 'lib/stub/default.rb', line 1216 def campaignId @campaignId end |