Class: ScheduleCampaignLaunch

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comscheduleCampaignLaunch

campaign - InteractObject
proofLaunchOptions - ProofLaunchOptions
launchPreferences - LaunchPreferences
scheduleDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaign = nil, proofLaunchOptions = nil, launchPreferences = nil, scheduleDate = nil) ⇒ ScheduleCampaignLaunch

Returns a new instance of ScheduleCampaignLaunch.



1270
1271
1272
1273
1274
1275
# File 'lib/metal/default.rb', line 1270

def initialize(campaign = nil, proofLaunchOptions = nil, launchPreferences = nil, scheduleDate = nil)
  @campaign = campaign
  @proofLaunchOptions = proofLaunchOptions
  @launchPreferences = launchPreferences
  @scheduleDate = scheduleDate
end

Instance Attribute Details

#campaignObject

Returns the value of attribute campaign.



1265
1266
1267
# File 'lib/metal/default.rb', line 1265

def campaign
  @campaign
end

#launchPreferencesObject

Returns the value of attribute launchPreferences.



1267
1268
1269
# File 'lib/metal/default.rb', line 1267

def launchPreferences
  @launchPreferences
end

#proofLaunchOptionsObject

Returns the value of attribute proofLaunchOptions.



1266
1267
1268
# File 'lib/metal/default.rb', line 1266

def proofLaunchOptions
  @proofLaunchOptions
end

#scheduleDateObject

Returns the value of attribute scheduleDate.



1268
1269
1270
# File 'lib/metal/default.rb', line 1268

def scheduleDate
  @scheduleDate
end