Class: LaunchCampaign
- Inherits:
-
Object
- Object
- LaunchCampaign
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comlaunchCampaign
campaign - InteractObject
proofLaunchOptions - ProofLaunchOptions
launchPreferences - LaunchPreferences
Instance Attribute Summary collapse
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#launchPreferences ⇒ Object
Returns the value of attribute launchPreferences.
-
#proofLaunchOptions ⇒ Object
Returns the value of attribute proofLaunchOptions.
Instance Method Summary collapse
-
#initialize(campaign = nil, proofLaunchOptions = nil, launchPreferences = nil) ⇒ LaunchCampaign
constructor
A new instance of LaunchCampaign.
Constructor Details
#initialize(campaign = nil, proofLaunchOptions = nil, launchPreferences = nil) ⇒ LaunchCampaign
Returns a new instance of LaunchCampaign.
1243 1244 1245 1246 1247 |
# File 'lib/stub/default.rb', line 1243 def initialize(campaign = nil, proofLaunchOptions = nil, launchPreferences = nil) @campaign = campaign @proofLaunchOptions = proofLaunchOptions @launchPreferences = launchPreferences end |
Instance Attribute Details
#campaign ⇒ Object
Returns the value of attribute campaign.
1239 1240 1241 |
# File 'lib/stub/default.rb', line 1239 def campaign @campaign end |
#launchPreferences ⇒ Object
Returns the value of attribute launchPreferences.
1241 1242 1243 |
# File 'lib/stub/default.rb', line 1241 def launchPreferences @launchPreferences end |
#proofLaunchOptions ⇒ Object
Returns the value of attribute proofLaunchOptions.
1240 1241 1242 |
# File 'lib/stub/default.rb', line 1240 def proofLaunchOptions @proofLaunchOptions end |