Class: AdCenterWrapper::AdPerformanceReportRequest

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ AdPerformanceReportRequest

Returns a new instance of AdPerformanceReportRequest.


473
474
475
476
477
478
479
480
481
482
483
# File 'lib/ReportingService.rb', line 473

def initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil)
  @format = format
  @language = language
  @reportName = reportName
  @returnOnlyCompleteData = returnOnlyCompleteData
  @aggregation = aggregation
  @columns = columns
  @filter = filter
  @scope = scope
  @time = time
end

Instance Attribute Details

#aggregationObject

Returns the value of attribute aggregation.


467
468
469
# File 'lib/ReportingService.rb', line 467

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


468
469
470
# File 'lib/ReportingService.rb', line 468

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


469
470
471
# File 'lib/ReportingService.rb', line 469

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


463
464
465
# File 'lib/ReportingService.rb', line 463

def format
  @format
end

#languageObject

Returns the value of attribute language.


464
465
466
# File 'lib/ReportingService.rb', line 464

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


465
466
467
# File 'lib/ReportingService.rb', line 465

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


466
467
468
# File 'lib/ReportingService.rb', line 466

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


470
471
472
# File 'lib/ReportingService.rb', line 470

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


471
472
473
# File 'lib/ReportingService.rb', line 471

def time
  @time
end