Class: LaunchCampaign
- Inherits:
-
Object
- Object
- LaunchCampaign
- Defined in:
- lib/metal/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.
1242 1243 1244 1245 1246 |
# File 'lib/metal/default.rb', line 1242 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.
1238 1239 1240 |
# File 'lib/metal/default.rb', line 1238 def campaign @campaign end |
#launchPreferences ⇒ Object
Returns the value of attribute launchPreferences.
1240 1241 1242 |
# File 'lib/metal/default.rb', line 1240 def launchPreferences @launchPreferences end |
#proofLaunchOptions ⇒ Object
Returns the value of attribute proofLaunchOptions.
1239 1240 1241 |
# File 'lib/metal/default.rb', line 1239 def proofLaunchOptions @proofLaunchOptions end |