Class: AdCenterWrapper::BudgetSummaryReportTime
- Inherits:
-
Object
- Object
- AdCenterWrapper::BudgetSummaryReportTime
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8BudgetSummaryReportTime
customDateRangeEnd - AdCenterWrapper::Date
customDateRangeStart - AdCenterWrapper::Date
predefinedTime - AdCenterWrapper::BudgetSummaryReportTimePeriod
Instance Attribute Summary collapse
-
#customDateRangeEnd ⇒ Object
Returns the value of attribute customDateRangeEnd.
-
#customDateRangeStart ⇒ Object
Returns the value of attribute customDateRangeStart.
-
#predefinedTime ⇒ Object
Returns the value of attribute predefinedTime.
Instance Method Summary collapse
-
#initialize(customDateRangeEnd = nil, customDateRangeStart = nil, predefinedTime = nil) ⇒ BudgetSummaryReportTime
constructor
A new instance of BudgetSummaryReportTime.
Constructor Details
permalink #initialize(customDateRangeEnd = nil, customDateRangeStart = nil, predefinedTime = nil) ⇒ BudgetSummaryReportTime
Returns a new instance of BudgetSummaryReportTime.
1045 1046 1047 1048 1049 |
# File 'lib/ReportingService.rb', line 1045 def initialize(customDateRangeEnd = nil, customDateRangeStart = nil, predefinedTime = nil) @customDateRangeEnd = customDateRangeEnd @customDateRangeStart = customDateRangeStart @predefinedTime = predefinedTime end |
Instance Attribute Details
permalink #customDateRangeEnd ⇒ Object
Returns the value of attribute customDateRangeEnd.
1041 1042 1043 |
# File 'lib/ReportingService.rb', line 1041 def customDateRangeEnd @customDateRangeEnd end |
permalink #customDateRangeStart ⇒ Object
Returns the value of attribute customDateRangeStart.
1042 1043 1044 |
# File 'lib/ReportingService.rb', line 1042 def customDateRangeStart @customDateRangeStart end |
permalink #predefinedTime ⇒ Object
Returns the value of attribute predefinedTime.
1043 1044 1045 |
# File 'lib/ReportingService.rb', line 1043 def predefinedTime @predefinedTime end |