Class: AdCenterWrapper::ConversionPerformanceReportRequest

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

Returns a new instance of ConversionPerformanceReportRequest.

[View source]

643
644
645
646
647
648
649
650
651
652
653
# File 'lib/ReportingService.rb', line 643

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.


637
638
639
# File 'lib/ReportingService.rb', line 637

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


638
639
640
# File 'lib/ReportingService.rb', line 638

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


639
640
641
# File 'lib/ReportingService.rb', line 639

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


633
634
635
# File 'lib/ReportingService.rb', line 633

def format
  @format
end

#languageObject

Returns the value of attribute language.


634
635
636
# File 'lib/ReportingService.rb', line 634

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


635
636
637
# File 'lib/ReportingService.rb', line 635

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


636
637
638
# File 'lib/ReportingService.rb', line 636

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


640
641
642
# File 'lib/ReportingService.rb', line 640

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


641
642
643
# File 'lib/ReportingService.rb', line 641

def time
  @time
end