Class: AdWords::V13::ReportService::DeleteReport

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v13/ReportService.rb

Overview

deleteReport

  • reportJobId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#reportJobIdObject

:nodoc: all



202
203
204
# File 'lib/adwords4r/v13/ReportService.rb', line 202

def reportJobId
  @reportJobId
end