Class: CloseCampaign
- Inherits:
-
Object
- Object
- CloseCampaign
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comcloseCampaign
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) ⇒ CloseCampaign
constructor
A new instance of CloseCampaign.
Constructor Details
#initialize(campaign = nil, campaignId = nil) ⇒ CloseCampaign
Returns a new instance of CloseCampaign.
1377 1378 1379 1380 |
# File 'lib/stub/default.rb', line 1377 def initialize(campaign = nil, campaignId = nil) @campaign = campaign @campaignId = campaignId end |
Instance Attribute Details
#campaign ⇒ Object
Returns the value of attribute campaign.
1374 1375 1376 |
# File 'lib/stub/default.rb', line 1374 def campaign @campaign end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
1375 1376 1377 |
# File 'lib/stub/default.rb', line 1375 def campaignId @campaignId end |