Class: GetCampaignProperties
- Inherits:
-
Object
- Object
- GetCampaignProperties
- Defined in:
- lib/metal/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.
1217 1218 1219 1220 |
# File 'lib/metal/default.rb', line 1217 def initialize(campaign = nil, campaignId = nil) @campaign = campaign @campaignId = campaignId end |
Instance Attribute Details
#campaign ⇒ Object
Returns the value of attribute campaign.
1214 1215 1216 |
# File 'lib/metal/default.rb', line 1214 def campaign @campaign end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
1215 1216 1217 |
# File 'lib/metal/default.rb', line 1215 def campaignId @campaignId end |