Class: LaunchCampaign

Inherits:
Object
  • Object
show all
Defined in:
lib/metal/default.rb

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comlaunchCampaign

campaign - InteractObject
proofLaunchOptions - ProofLaunchOptions
launchPreferences - LaunchPreferences

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#campaignObject

Returns the value of attribute campaign.



1238
1239
1240
# File 'lib/metal/default.rb', line 1238

def campaign
  @campaign
end

#launchPreferencesObject

Returns the value of attribute launchPreferences.



1240
1241
1242
# File 'lib/metal/default.rb', line 1240

def launchPreferences
  @launchPreferences
end

#proofLaunchOptionsObject

Returns the value of attribute proofLaunchOptions.



1239
1240
1241
# File 'lib/metal/default.rb', line 1239

def proofLaunchOptions
  @proofLaunchOptions
end