Class: ScheduleCampaignLaunch

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



1271
1272
1273
1274
1275
1276
# File 'lib/stub/default.rb', line 1271

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.



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

def campaign
  @campaign
end

#launchPreferencesObject

Returns the value of attribute launchPreferences.



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

def launchPreferences
  @launchPreferences
end

#proofLaunchOptionsObject

Returns the value of attribute proofLaunchOptions.



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

def proofLaunchOptions
  @proofLaunchOptions
end

#scheduleDateObject

Returns the value of attribute scheduleDate.



1269
1270
1271
# File 'lib/stub/default.rb', line 1269

def scheduleDate
  @scheduleDate
end