Class: AdCenterWrapper::ReportAggregation

Inherits:
String
  • Object
show all
Defined in:
lib/ReportingService.rb

Overview

Constant Summary collapse

Daily =
ReportAggregation.new("Daily")
Hourly =
ReportAggregation.new("Hourly")
Monthly =
ReportAggregation.new("Monthly")
Summary =
ReportAggregation.new("Summary")
Weekly =
ReportAggregation.new("Weekly")
Yearly =
ReportAggregation.new("Yearly")