Class: AdCenterWrapper::SegmentationReportRequest

Inherits:
ReportRequest
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.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) ⇒ SegmentationReportRequest

Returns a new instance of SegmentationReportRequest.



5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
# File 'lib/adcenter_wrapper_entities.rb', line 5893

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.



5887
5888
5889
# File 'lib/adcenter_wrapper_entities.rb', line 5887

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5888
5889
5890
# File 'lib/adcenter_wrapper_entities.rb', line 5888

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5889
5890
5891
# File 'lib/adcenter_wrapper_entities.rb', line 5889

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5883
5884
5885
# File 'lib/adcenter_wrapper_entities.rb', line 5883

def format
  @format
end

#languageObject

Returns the value of attribute language.



5884
5885
5886
# File 'lib/adcenter_wrapper_entities.rb', line 5884

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5885
5886
5887
# File 'lib/adcenter_wrapper_entities.rb', line 5885

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5886
5887
5888
# File 'lib/adcenter_wrapper_entities.rb', line 5886

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5890
5891
5892
# File 'lib/adcenter_wrapper_entities.rb', line 5890

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5891
5892
5893
# File 'lib/adcenter_wrapper_entities.rb', line 5891

def time
  @time
end