Class: AdCenterWrapper::BudgetSummaryReportTime

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

Overview

https://adcenter.microsoft.com/v8BudgetSummaryReportTime

customDateRangeEnd - AdCenterWrapper::Date
customDateRangeStart - AdCenterWrapper::Date
predefinedTime - AdCenterWrapper::BudgetSummaryReportTimePeriod

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BudgetSummaryReportTime.

[View source]

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

#customDateRangeEndObject

Returns the value of attribute customDateRangeEnd.


1041
1042
1043
# File 'lib/ReportingService.rb', line 1041

def customDateRangeEnd
  @customDateRangeEnd
end

#customDateRangeStartObject

Returns the value of attribute customDateRangeStart.


1042
1043
1044
# File 'lib/ReportingService.rb', line 1042

def customDateRangeStart
  @customDateRangeStart
end

#predefinedTimeObject

Returns the value of attribute predefinedTime.


1043
1044
1045
# File 'lib/ReportingService.rb', line 1043

def predefinedTime
  @predefinedTime
end