Class: AdCenterWrapper::ConversionPerformanceReportFilter

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

Overview

https://adcenter.microsoft.com/v8ConversionPerformanceReportFilter

deviceType - (any)
keywords - AdCenterWrapper::ArrayOfstring

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(deviceType = nil, keywords = nil) ⇒ ConversionPerformanceReportFilter

Returns a new instance of ConversionPerformanceReportFilter.


1287
1288
1289
1290
# File 'lib/ReportingService.rb', line 1287

def initialize(deviceType = nil, keywords = nil)
  @deviceType = deviceType
  @keywords = keywords
end

Instance Attribute Details

#deviceTypeObject

Returns the value of attribute deviceType.


1284
1285
1286
# File 'lib/ReportingService.rb', line 1284

def deviceType
  @deviceType
end

#keywordsObject

Returns the value of attribute keywords.


1285
1286
1287
# File 'lib/ReportingService.rb', line 1285

def keywords
  @keywords
end