Class: AdCenterWrapper::ReportTime

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

Overview

https://adcenter.microsoft.com/v8ReportTime

customDateRangeEnd - AdCenterWrapper::Date
customDateRangeStart - AdCenterWrapper::Date
predefinedTime - AdCenterWrapper::ReportTimePeriod

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customDateRangeEnd = nil, customDateRangeStart = nil, predefinedTime = nil) ⇒ ReportTime

Returns a new instance of ReportTime.

[View source]

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

#customDateRangeEndObject

Returns the value of attribute customDateRangeEnd.


839
840
841
# File 'lib/ReportingService.rb', line 839

def customDateRangeEnd
  @customDateRangeEnd
end

#customDateRangeStartObject

Returns the value of attribute customDateRangeStart.


840
841
842
# File 'lib/ReportingService.rb', line 840

def customDateRangeStart
  @customDateRangeStart
end

#predefinedTimeObject

Returns the value of attribute predefinedTime.


841
842
843
# File 'lib/ReportingService.rb', line 841

def predefinedTime
  @predefinedTime
end