Class: AdWords::V13::ReportService::DeleteReport
- Inherits:
-
Object
- Object
- AdWords::V13::ReportService::DeleteReport
- Defined in:
- lib/adwords4r/v13/ReportService.rb
Overview
deleteReport
-
reportJobId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#reportJobId ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(reportJobId = nil) ⇒ DeleteReport
constructor
A new instance of DeleteReport.
Constructor Details
#initialize(reportJobId = nil) ⇒ DeleteReport
Returns a new instance of DeleteReport.
204 205 206 |
# File 'lib/adwords4r/v13/ReportService.rb', line 204 def initialize(reportJobId = nil) @reportJobId = reportJobId end |
Instance Attribute Details
#reportJobId ⇒ Object
:nodoc: all
202 203 204 |
# File 'lib/adwords4r/v13/ReportService.rb', line 202 def reportJobId @reportJobId end |