Class: AdWords::V13::ReportService::GetGzipReportDownloadUrlResponse

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

Overview

getGzipReportDownloadUrlResponse

  • getGzipReportDownloadUrlReturn - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getGzipReportDownloadUrlReturn = nil) ⇒ GetGzipReportDownloadUrlResponse

Returns a new instance of GetGzipReportDownloadUrlResponse.



240
241
242
# File 'lib/adwords4r/v13/ReportService.rb', line 240

def initialize(getGzipReportDownloadUrlReturn = nil)
  @getGzipReportDownloadUrlReturn = getGzipReportDownloadUrlReturn
end

Instance Attribute Details

#getGzipReportDownloadUrlReturnObject

:nodoc: all



238
239
240
# File 'lib/adwords4r/v13/ReportService.rb', line 238

def getGzipReportDownloadUrlReturn
  @getGzipReportDownloadUrlReturn
end