Class: AdCenterWrapper::AdDynamicTextPerformanceReportRequest

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) ⇒ AdDynamicTextPerformanceReportRequest

Returns a new instance of AdDynamicTextPerformanceReportRequest.

[View source]

575
576
577
578
579
580
581
582
583
584
585
# File 'lib/ReportingService.rb', line 575

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.


569
570
571
# File 'lib/ReportingService.rb', line 569

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


570
571
572
# File 'lib/ReportingService.rb', line 570

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


571
572
573
# File 'lib/ReportingService.rb', line 571

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


565
566
567
# File 'lib/ReportingService.rb', line 565

def format
  @format
end

#languageObject

Returns the value of attribute language.


566
567
568
# File 'lib/ReportingService.rb', line 566

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


567
568
569
# File 'lib/ReportingService.rb', line 567

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


568
569
570
# File 'lib/ReportingService.rb', line 568

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


572
573
574
# File 'lib/ReportingService.rb', line 572

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


573
574
575
# File 'lib/ReportingService.rb', line 573

def time
  @time
end