Class: Campaigning::CampaignSend

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/Campaign.Send

apiKey - SOAP::SOAPString
campaignID - SOAP::SOAPString
confirmationEmail - SOAP::SOAPString
sendDate - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, campaignID = nil, confirmationEmail = nil, sendDate = nil) ⇒ CampaignSend

Returns a new instance of CampaignSend.



1373
1374
1375
1376
1377
1378
# File 'lib/campaigning/soap/generated/default.rb', line 1373

def initialize(apiKey = nil, campaignID = nil, confirmationEmail = nil, sendDate = nil)
  @apiKey = apiKey
  @campaignID = campaignID
  @confirmationEmail = confirmationEmail
  @sendDate = sendDate
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1368
1369
1370
# File 'lib/campaigning/soap/generated/default.rb', line 1368

def apiKey
  @apiKey
end

#campaignIDObject

Returns the value of attribute campaignID.



1369
1370
1371
# File 'lib/campaigning/soap/generated/default.rb', line 1369

def campaignID
  @campaignID
end

#confirmationEmailObject

Returns the value of attribute confirmationEmail.



1370
1371
1372
# File 'lib/campaigning/soap/generated/default.rb', line 1370

def confirmationEmail
  @confirmationEmail
end

#sendDateObject

Returns the value of attribute sendDate.



1371
1372
1373
# File 'lib/campaigning/soap/generated/default.rb', line 1371

def sendDate
  @sendDate
end