Class: Campaigning::ListStatistics
- Inherits:
-
Object
- Object
- Campaigning::ListStatistics
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
http://api.createsend.com/api/ListStatistics totalActiveSubscribers - SOAP::SOAPInt newActiveSubscribersToday - SOAP::SOAPInt newActiveSubscribersYesterday - SOAP::SOAPInt newActiveSubscribersThisWeek - SOAP::SOAPInt newActiveSubscribersThisMonth - SOAP::SOAPInt newActiveSubscribersThisYear - SOAP::SOAPInt totalUnsubscribes - SOAP::SOAPInt unsubscribesToday - SOAP::SOAPInt unsubscribesYesterday - SOAP::SOAPInt unsubscribesThisWeek - SOAP::SOAPInt unsubscribesThisMonth - SOAP::SOAPInt unsubscribesThisYear - SOAP::SOAPInt totalDeleted - SOAP::SOAPInt deletedToday - SOAP::SOAPInt deletedYesterday - SOAP::SOAPInt deletedThisWeek - SOAP::SOAPInt deletedThisMonth - SOAP::SOAPInt deletedThisYear - SOAP::SOAPInt totalBounces - SOAP::SOAPInt bouncesToday - SOAP::SOAPInt bouncesYesterday - SOAP::SOAPInt bouncesThisWeek - SOAP::SOAPInt bouncesThisMonth - SOAP::SOAPInt bouncesThisYear - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#bouncesThisMonth ⇒ Object
Returns the value of attribute bouncesThisMonth.
-
#bouncesThisWeek ⇒ Object
Returns the value of attribute bouncesThisWeek.
-
#bouncesThisYear ⇒ Object
Returns the value of attribute bouncesThisYear.
-
#bouncesToday ⇒ Object
Returns the value of attribute bouncesToday.
-
#bouncesYesterday ⇒ Object
Returns the value of attribute bouncesYesterday.
-
#deletedThisMonth ⇒ Object
Returns the value of attribute deletedThisMonth.
-
#deletedThisWeek ⇒ Object
Returns the value of attribute deletedThisWeek.
-
#deletedThisYear ⇒ Object
Returns the value of attribute deletedThisYear.
-
#deletedToday ⇒ Object
Returns the value of attribute deletedToday.
-
#deletedYesterday ⇒ Object
Returns the value of attribute deletedYesterday.
-
#newActiveSubscribersThisMonth ⇒ Object
Returns the value of attribute newActiveSubscribersThisMonth.
-
#newActiveSubscribersThisWeek ⇒ Object
Returns the value of attribute newActiveSubscribersThisWeek.
-
#newActiveSubscribersThisYear ⇒ Object
Returns the value of attribute newActiveSubscribersThisYear.
-
#newActiveSubscribersToday ⇒ Object
Returns the value of attribute newActiveSubscribersToday.
-
#newActiveSubscribersYesterday ⇒ Object
Returns the value of attribute newActiveSubscribersYesterday.
-
#totalActiveSubscribers ⇒ Object
Returns the value of attribute totalActiveSubscribers.
-
#totalBounces ⇒ Object
Returns the value of attribute totalBounces.
-
#totalDeleted ⇒ Object
Returns the value of attribute totalDeleted.
-
#totalUnsubscribes ⇒ Object
Returns the value of attribute totalUnsubscribes.
-
#unsubscribesThisMonth ⇒ Object
Returns the value of attribute unsubscribesThisMonth.
-
#unsubscribesThisWeek ⇒ Object
Returns the value of attribute unsubscribesThisWeek.
-
#unsubscribesThisYear ⇒ Object
Returns the value of attribute unsubscribesThisYear.
-
#unsubscribesToday ⇒ Object
Returns the value of attribute unsubscribesToday.
-
#unsubscribesYesterday ⇒ Object
Returns the value of attribute unsubscribesYesterday.
Instance Method Summary collapse
Constructor Details
#initialize(totalActiveSubscribers = nil, newActiveSubscribersToday = nil, newActiveSubscribersYesterday = nil, newActiveSubscribersThisWeek = nil, newActiveSubscribersThisMonth = nil, newActiveSubscribersThisYear = nil, totalUnsubscribes = nil, unsubscribesToday = nil, unsubscribesYesterday = nil, unsubscribesThisWeek = nil, unsubscribesThisMonth = nil, unsubscribesThisYear = nil, totalDeleted = nil, deletedToday = nil, deletedYesterday = nil, deletedThisWeek = nil, deletedThisMonth = nil, deletedThisYear = nil, totalBounces = nil, bouncesToday = nil, bouncesYesterday = nil, bouncesThisWeek = nil, bouncesThisMonth = nil, bouncesThisYear = nil) ⇒ ListStatistics
Returns a new instance of ListStatistics.
306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/campaigning/soap/generated/default.rb', line 306 def initialize(totalActiveSubscribers = nil, newActiveSubscribersToday = nil, newActiveSubscribersYesterday = nil, newActiveSubscribersThisWeek = nil, newActiveSubscribersThisMonth = nil, newActiveSubscribersThisYear = nil, totalUnsubscribes = nil, unsubscribesToday = nil, unsubscribesYesterday = nil, unsubscribesThisWeek = nil, unsubscribesThisMonth = nil, unsubscribesThisYear = nil, totalDeleted = nil, deletedToday = nil, deletedYesterday = nil, deletedThisWeek = nil, deletedThisMonth = nil, deletedThisYear = nil, totalBounces = nil, bouncesToday = nil, bouncesYesterday = nil, bouncesThisWeek = nil, bouncesThisMonth = nil, bouncesThisYear = nil) @totalActiveSubscribers = totalActiveSubscribers @newActiveSubscribersToday = newActiveSubscribersToday @newActiveSubscribersYesterday = newActiveSubscribersYesterday @newActiveSubscribersThisWeek = newActiveSubscribersThisWeek @newActiveSubscribersThisMonth = newActiveSubscribersThisMonth @newActiveSubscribersThisYear = newActiveSubscribersThisYear @totalUnsubscribes = totalUnsubscribes @unsubscribesToday = unsubscribesToday @unsubscribesYesterday = unsubscribesYesterday @unsubscribesThisWeek = unsubscribesThisWeek @unsubscribesThisMonth = unsubscribesThisMonth @unsubscribesThisYear = unsubscribesThisYear @totalDeleted = totalDeleted @deletedToday = deletedToday @deletedYesterday = deletedYesterday @deletedThisWeek = deletedThisWeek @deletedThisMonth = deletedThisMonth @deletedThisYear = deletedThisYear @totalBounces = totalBounces @bouncesToday = bouncesToday @bouncesYesterday = bouncesYesterday @bouncesThisWeek = bouncesThisWeek @bouncesThisMonth = bouncesThisMonth @bouncesThisYear = bouncesThisYear end |
Instance Attribute Details
#bouncesThisMonth ⇒ Object
Returns the value of attribute bouncesThisMonth.
303 304 305 |
# File 'lib/campaigning/soap/generated/default.rb', line 303 def bouncesThisMonth @bouncesThisMonth end |
#bouncesThisWeek ⇒ Object
Returns the value of attribute bouncesThisWeek.
302 303 304 |
# File 'lib/campaigning/soap/generated/default.rb', line 302 def bouncesThisWeek @bouncesThisWeek end |
#bouncesThisYear ⇒ Object
Returns the value of attribute bouncesThisYear.
304 305 306 |
# File 'lib/campaigning/soap/generated/default.rb', line 304 def bouncesThisYear @bouncesThisYear end |
#bouncesToday ⇒ Object
Returns the value of attribute bouncesToday.
300 301 302 |
# File 'lib/campaigning/soap/generated/default.rb', line 300 def bouncesToday @bouncesToday end |
#bouncesYesterday ⇒ Object
Returns the value of attribute bouncesYesterday.
301 302 303 |
# File 'lib/campaigning/soap/generated/default.rb', line 301 def bouncesYesterday @bouncesYesterday end |
#deletedThisMonth ⇒ Object
Returns the value of attribute deletedThisMonth.
297 298 299 |
# File 'lib/campaigning/soap/generated/default.rb', line 297 def deletedThisMonth @deletedThisMonth end |
#deletedThisWeek ⇒ Object
Returns the value of attribute deletedThisWeek.
296 297 298 |
# File 'lib/campaigning/soap/generated/default.rb', line 296 def deletedThisWeek @deletedThisWeek end |
#deletedThisYear ⇒ Object
Returns the value of attribute deletedThisYear.
298 299 300 |
# File 'lib/campaigning/soap/generated/default.rb', line 298 def deletedThisYear @deletedThisYear end |
#deletedToday ⇒ Object
Returns the value of attribute deletedToday.
294 295 296 |
# File 'lib/campaigning/soap/generated/default.rb', line 294 def deletedToday @deletedToday end |
#deletedYesterday ⇒ Object
Returns the value of attribute deletedYesterday.
295 296 297 |
# File 'lib/campaigning/soap/generated/default.rb', line 295 def deletedYesterday @deletedYesterday end |
#newActiveSubscribersThisMonth ⇒ Object
Returns the value of attribute newActiveSubscribersThisMonth.
285 286 287 |
# File 'lib/campaigning/soap/generated/default.rb', line 285 def newActiveSubscribersThisMonth @newActiveSubscribersThisMonth end |
#newActiveSubscribersThisWeek ⇒ Object
Returns the value of attribute newActiveSubscribersThisWeek.
284 285 286 |
# File 'lib/campaigning/soap/generated/default.rb', line 284 def newActiveSubscribersThisWeek @newActiveSubscribersThisWeek end |
#newActiveSubscribersThisYear ⇒ Object
Returns the value of attribute newActiveSubscribersThisYear.
286 287 288 |
# File 'lib/campaigning/soap/generated/default.rb', line 286 def newActiveSubscribersThisYear @newActiveSubscribersThisYear end |
#newActiveSubscribersToday ⇒ Object
Returns the value of attribute newActiveSubscribersToday.
282 283 284 |
# File 'lib/campaigning/soap/generated/default.rb', line 282 def newActiveSubscribersToday @newActiveSubscribersToday end |
#newActiveSubscribersYesterday ⇒ Object
Returns the value of attribute newActiveSubscribersYesterday.
283 284 285 |
# File 'lib/campaigning/soap/generated/default.rb', line 283 def newActiveSubscribersYesterday @newActiveSubscribersYesterday end |
#totalActiveSubscribers ⇒ Object
Returns the value of attribute totalActiveSubscribers.
281 282 283 |
# File 'lib/campaigning/soap/generated/default.rb', line 281 def totalActiveSubscribers @totalActiveSubscribers end |
#totalBounces ⇒ Object
Returns the value of attribute totalBounces.
299 300 301 |
# File 'lib/campaigning/soap/generated/default.rb', line 299 def totalBounces @totalBounces end |
#totalDeleted ⇒ Object
Returns the value of attribute totalDeleted.
293 294 295 |
# File 'lib/campaigning/soap/generated/default.rb', line 293 def totalDeleted @totalDeleted end |
#totalUnsubscribes ⇒ Object
Returns the value of attribute totalUnsubscribes.
287 288 289 |
# File 'lib/campaigning/soap/generated/default.rb', line 287 def totalUnsubscribes @totalUnsubscribes end |
#unsubscribesThisMonth ⇒ Object
Returns the value of attribute unsubscribesThisMonth.
291 292 293 |
# File 'lib/campaigning/soap/generated/default.rb', line 291 def unsubscribesThisMonth @unsubscribesThisMonth end |
#unsubscribesThisWeek ⇒ Object
Returns the value of attribute unsubscribesThisWeek.
290 291 292 |
# File 'lib/campaigning/soap/generated/default.rb', line 290 def unsubscribesThisWeek @unsubscribesThisWeek end |
#unsubscribesThisYear ⇒ Object
Returns the value of attribute unsubscribesThisYear.
292 293 294 |
# File 'lib/campaigning/soap/generated/default.rb', line 292 def unsubscribesThisYear @unsubscribesThisYear end |
#unsubscribesToday ⇒ Object
Returns the value of attribute unsubscribesToday.
288 289 290 |
# File 'lib/campaigning/soap/generated/default.rb', line 288 def unsubscribesToday @unsubscribesToday end |
#unsubscribesYesterday ⇒ Object
Returns the value of attribute unsubscribesYesterday.
289 290 291 |
# File 'lib/campaigning/soap/generated/default.rb', line 289 def unsubscribesYesterday @unsubscribesYesterday end |