Class: AdCenterWrapper::SearchQueryPerformanceReportRequest

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

Returns a new instance of SearchQueryPerformanceReportRequest.

[View source]

609
610
611
612
613
614
615
616
617
618
619
# File 'lib/ReportingService.rb', line 609

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.


603
604
605
# File 'lib/ReportingService.rb', line 603

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


604
605
606
# File 'lib/ReportingService.rb', line 604

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


605
606
607
# File 'lib/ReportingService.rb', line 605

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


599
600
601
# File 'lib/ReportingService.rb', line 599

def format
  @format
end

#languageObject

Returns the value of attribute language.


600
601
602
# File 'lib/ReportingService.rb', line 600

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


601
602
603
# File 'lib/ReportingService.rb', line 601

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


602
603
604
# File 'lib/ReportingService.rb', line 602

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


606
607
608
# File 'lib/ReportingService.rb', line 606

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


607
608
609
# File 'lib/ReportingService.rb', line 607

def time
  @time
end