Class: AdCenterWrapper::NegativeKeywordConflictReportRequest

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

Overview

https://adcenter.microsoft.com/v8NegativeKeywordConflictReportRequest

format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
columns - AdCenterWrapper::ArrayOfNegativeKeywordConflictReportColumn
scope - AdCenterWrapper::AccountThroughAdGroupReportScope

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, columns = nil, scope = nil) ⇒ NegativeKeywordConflictReportRequest

Returns a new instance of NegativeKeywordConflictReportRequest.

[View source]

306
307
308
309
310
311
312
313
# File 'lib/ReportingService.rb', line 306

def initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, columns = nil, scope = nil)
  @format = format
  @language = language
  @reportName = reportName
  @returnOnlyCompleteData = returnOnlyCompleteData
  @columns = columns
  @scope = scope
end

Instance Attribute Details

#columnsObject

Returns the value of attribute columns.


303
304
305
# File 'lib/ReportingService.rb', line 303

def columns
  @columns
end

#formatObject

Returns the value of attribute format.


299
300
301
# File 'lib/ReportingService.rb', line 299

def format
  @format
end

#languageObject

Returns the value of attribute language.


300
301
302
# File 'lib/ReportingService.rb', line 300

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


301
302
303
# File 'lib/ReportingService.rb', line 301

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


302
303
304
# File 'lib/ReportingService.rb', line 302

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


304
305
306
# File 'lib/ReportingService.rb', line 304

def scope
  @scope
end