Class: AdCenterWrapper::ReportTimePeriod

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

Overview

Constant Summary collapse

LastFourWeeks =
ReportTimePeriod.new("LastFourWeeks")
LastMonth =
ReportTimePeriod.new("LastMonth")
LastSevenDays =
ReportTimePeriod.new("LastSevenDays")
LastSixMonths =
ReportTimePeriod.new("LastSixMonths")
LastThreeMonths =
ReportTimePeriod.new("LastThreeMonths")
LastWeek =
ReportTimePeriod.new("LastWeek")
LastYear =
ReportTimePeriod.new("LastYear")
ThisMonth =
ReportTimePeriod.new("ThisMonth")
ThisWeek =
ReportTimePeriod.new("ThisWeek")
ThisYear =
ReportTimePeriod.new("ThisYear")
Today =
ReportTimePeriod.new("Today")
Yesterday =
ReportTimePeriod.new("Yesterday")