Class: AdCenterWrapper::BudgetSummaryReportTimePeriod
- Inherits:
-
String
- Object
- String
- AdCenterWrapper::BudgetSummaryReportTimePeriod
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8BudgetSummaryReportTimePeriod
Constant Summary collapse
- LastMonth =
BudgetSummaryReportTimePeriod.new("LastMonth")
- LastSevenDays =
BudgetSummaryReportTimePeriod.new("LastSevenDays")
- ThisMonth =
BudgetSummaryReportTimePeriod.new("ThisMonth")
- Today =
BudgetSummaryReportTimePeriod.new("Today")
- Yesterday =
BudgetSummaryReportTimePeriod.new("Yesterday")