Class: LaunchCampaign

Inherits:
Object
  • Object
show all
Defined in:
lib/stub/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.



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

#campaignObject

Returns the value of attribute campaign.



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

def campaign
  @campaign
end

#launchPreferencesObject

Returns the value of attribute launchPreferences.



1241
1242
1243
# File 'lib/stub/default.rb', line 1241

def launchPreferences
  @launchPreferences
end

#proofLaunchOptionsObject

Returns the value of attribute proofLaunchOptions.



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

def proofLaunchOptions
  @proofLaunchOptions
end