Class: CreateCampaign

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comcreateCampaign

campaign - InteractObject
campaignType - CampaignType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaign = nil, campaignType = nil) ⇒ CreateCampaign

Returns a new instance of CreateCampaign.



1175
1176
1177
1178
# File 'lib/stub/default.rb', line 1175

def initialize(campaign = nil, campaignType = nil)
  @campaign = campaign
  @campaignType = campaignType
end

Instance Attribute Details

#campaignObject

Returns the value of attribute campaign.



1172
1173
1174
# File 'lib/stub/default.rb', line 1172

def campaign
  @campaign
end

#campaignTypeObject

Returns the value of attribute campaignType.



1173
1174
1175
# File 'lib/stub/default.rb', line 1173

def campaignType
  @campaignType
end