Class: AdCenterWrapper::ReportTime
- Inherits:
-
Object
- Object
- AdCenterWrapper::ReportTime
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8ReportTime
customDateRangeEnd - AdCenterWrapper::Date
customDateRangeStart - AdCenterWrapper::Date
predefinedTime - AdCenterWrapper::ReportTimePeriod
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) ⇒ ReportTime
constructor
A new instance of ReportTime.
Constructor Details
permalink #initialize(customDateRangeEnd = nil, customDateRangeStart = nil, predefinedTime = nil) ⇒ ReportTime
Returns a new instance of ReportTime.
843 844 845 846 847 |
# File 'lib/ReportingService.rb', line 843 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.
839 840 841 |
# File 'lib/ReportingService.rb', line 839 def customDateRangeEnd @customDateRangeEnd end |
permalink #customDateRangeStart ⇒ Object
Returns the value of attribute customDateRangeStart.
840 841 842 |
# File 'lib/ReportingService.rb', line 840 def customDateRangeStart @customDateRangeStart end |
permalink #predefinedTime ⇒ Object
Returns the value of attribute predefinedTime.
841 842 843 |
# File 'lib/ReportingService.rb', line 841 def predefinedTime @predefinedTime end |