Class: AdCenterWrapper::NegativeKeywordConflictReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::NegativeKeywordConflictReportRequest
- 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
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#format ⇒ Object
Returns the value of attribute format.
-
#language ⇒ Object
Returns the value of attribute language.
-
#reportName ⇒ Object
Returns the value of attribute reportName.
-
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Method Summary collapse
-
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, columns = nil, scope = nil) ⇒ NegativeKeywordConflictReportRequest
constructor
A new instance of NegativeKeywordConflictReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, columns = nil, scope = nil) ⇒ NegativeKeywordConflictReportRequest
Returns a new instance of NegativeKeywordConflictReportRequest.
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
permalink #columns ⇒ Object
Returns the value of attribute columns.
303 304 305 |
# File 'lib/ReportingService.rb', line 303 def columns @columns end |
permalink #format ⇒ Object
Returns the value of attribute format.
299 300 301 |
# File 'lib/ReportingService.rb', line 299 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
300 301 302 |
# File 'lib/ReportingService.rb', line 300 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
301 302 303 |
# File 'lib/ReportingService.rb', line 301 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
302 303 304 |
# File 'lib/ReportingService.rb', line 302 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
304 305 306 |
# File 'lib/ReportingService.rb', line 304 def scope @scope end |