Class: GetLaunchesForCampaign
- Inherits:
-
Object
- Object
- GetLaunchesForCampaign
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comgetLaunchesForCampaign
campaign - InteractObject
campaignId - SOAP::SOAPLong
fromDate - SOAP::SOAPDateTime
toDate - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#fromDate ⇒ Object
Returns the value of attribute fromDate.
-
#toDate ⇒ Object
Returns the value of attribute toDate.
Instance Method Summary collapse
-
#initialize(campaign = nil, campaignId = nil, fromDate = nil, toDate = nil) ⇒ GetLaunchesForCampaign
constructor
A new instance of GetLaunchesForCampaign.
Constructor Details
#initialize(campaign = nil, campaignId = nil, fromDate = nil, toDate = nil) ⇒ GetLaunchesForCampaign
Returns a new instance of GetLaunchesForCampaign.
1348 1349 1350 1351 1352 1353 |
# File 'lib/stub/default.rb', line 1348 def initialize(campaign = nil, campaignId = nil, fromDate = nil, toDate = nil) @campaign = campaign @campaignId = campaignId @fromDate = fromDate @toDate = toDate end |
Instance Attribute Details
#campaign ⇒ Object
Returns the value of attribute campaign.
1343 1344 1345 |
# File 'lib/stub/default.rb', line 1343 def campaign @campaign end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
1344 1345 1346 |
# File 'lib/stub/default.rb', line 1344 def campaignId @campaignId end |
#fromDate ⇒ Object
Returns the value of attribute fromDate.
1345 1346 1347 |
# File 'lib/stub/default.rb', line 1345 def fromDate @fromDate end |
#toDate ⇒ Object
Returns the value of attribute toDate.
1346 1347 1348 |
# File 'lib/stub/default.rb', line 1346 def toDate @toDate end |