Class: Campaigning::ListStatistics

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

Overview

/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

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

#bouncesThisMonthObject

Returns the value of attribute bouncesThisMonth.



303
304
305
# File 'lib/campaigning/soap/generated/default.rb', line 303

def bouncesThisMonth
  @bouncesThisMonth
end

#bouncesThisWeekObject

Returns the value of attribute bouncesThisWeek.



302
303
304
# File 'lib/campaigning/soap/generated/default.rb', line 302

def bouncesThisWeek
  @bouncesThisWeek
end

#bouncesThisYearObject

Returns the value of attribute bouncesThisYear.



304
305
306
# File 'lib/campaigning/soap/generated/default.rb', line 304

def bouncesThisYear
  @bouncesThisYear
end

#bouncesTodayObject

Returns the value of attribute bouncesToday.



300
301
302
# File 'lib/campaigning/soap/generated/default.rb', line 300

def bouncesToday
  @bouncesToday
end

#bouncesYesterdayObject

Returns the value of attribute bouncesYesterday.



301
302
303
# File 'lib/campaigning/soap/generated/default.rb', line 301

def bouncesYesterday
  @bouncesYesterday
end

#deletedThisMonthObject

Returns the value of attribute deletedThisMonth.



297
298
299
# File 'lib/campaigning/soap/generated/default.rb', line 297

def deletedThisMonth
  @deletedThisMonth
end

#deletedThisWeekObject

Returns the value of attribute deletedThisWeek.



296
297
298
# File 'lib/campaigning/soap/generated/default.rb', line 296

def deletedThisWeek
  @deletedThisWeek
end

#deletedThisYearObject

Returns the value of attribute deletedThisYear.



298
299
300
# File 'lib/campaigning/soap/generated/default.rb', line 298

def deletedThisYear
  @deletedThisYear
end

#deletedTodayObject

Returns the value of attribute deletedToday.



294
295
296
# File 'lib/campaigning/soap/generated/default.rb', line 294

def deletedToday
  @deletedToday
end

#deletedYesterdayObject

Returns the value of attribute deletedYesterday.



295
296
297
# File 'lib/campaigning/soap/generated/default.rb', line 295

def deletedYesterday
  @deletedYesterday
end

#newActiveSubscribersThisMonthObject

Returns the value of attribute newActiveSubscribersThisMonth.



285
286
287
# File 'lib/campaigning/soap/generated/default.rb', line 285

def newActiveSubscribersThisMonth
  @newActiveSubscribersThisMonth
end

#newActiveSubscribersThisWeekObject

Returns the value of attribute newActiveSubscribersThisWeek.



284
285
286
# File 'lib/campaigning/soap/generated/default.rb', line 284

def newActiveSubscribersThisWeek
  @newActiveSubscribersThisWeek
end

#newActiveSubscribersThisYearObject

Returns the value of attribute newActiveSubscribersThisYear.



286
287
288
# File 'lib/campaigning/soap/generated/default.rb', line 286

def newActiveSubscribersThisYear
  @newActiveSubscribersThisYear
end

#newActiveSubscribersTodayObject

Returns the value of attribute newActiveSubscribersToday.



282
283
284
# File 'lib/campaigning/soap/generated/default.rb', line 282

def newActiveSubscribersToday
  @newActiveSubscribersToday
end

#newActiveSubscribersYesterdayObject

Returns the value of attribute newActiveSubscribersYesterday.



283
284
285
# File 'lib/campaigning/soap/generated/default.rb', line 283

def newActiveSubscribersYesterday
  @newActiveSubscribersYesterday
end

#totalActiveSubscribersObject

Returns the value of attribute totalActiveSubscribers.



281
282
283
# File 'lib/campaigning/soap/generated/default.rb', line 281

def totalActiveSubscribers
  @totalActiveSubscribers
end

#totalBouncesObject

Returns the value of attribute totalBounces.



299
300
301
# File 'lib/campaigning/soap/generated/default.rb', line 299

def totalBounces
  @totalBounces
end

#totalDeletedObject

Returns the value of attribute totalDeleted.



293
294
295
# File 'lib/campaigning/soap/generated/default.rb', line 293

def totalDeleted
  @totalDeleted
end

#totalUnsubscribesObject

Returns the value of attribute totalUnsubscribes.



287
288
289
# File 'lib/campaigning/soap/generated/default.rb', line 287

def totalUnsubscribes
  @totalUnsubscribes
end

#unsubscribesThisMonthObject

Returns the value of attribute unsubscribesThisMonth.



291
292
293
# File 'lib/campaigning/soap/generated/default.rb', line 291

def unsubscribesThisMonth
  @unsubscribesThisMonth
end

#unsubscribesThisWeekObject

Returns the value of attribute unsubscribesThisWeek.



290
291
292
# File 'lib/campaigning/soap/generated/default.rb', line 290

def unsubscribesThisWeek
  @unsubscribesThisWeek
end

#unsubscribesThisYearObject

Returns the value of attribute unsubscribesThisYear.



292
293
294
# File 'lib/campaigning/soap/generated/default.rb', line 292

def unsubscribesThisYear
  @unsubscribesThisYear
end

#unsubscribesTodayObject

Returns the value of attribute unsubscribesToday.



288
289
290
# File 'lib/campaigning/soap/generated/default.rb', line 288

def unsubscribesToday
  @unsubscribesToday
end

#unsubscribesYesterdayObject

Returns the value of attribute unsubscribesYesterday.



289
290
291
# File 'lib/campaigning/soap/generated/default.rb', line 289

def unsubscribesYesterday
  @unsubscribesYesterday
end