Class: AdWords::V13::ReportService::GetGzipReportDownloadUrlResponse
- Inherits:
-
Object
- Object
- AdWords::V13::ReportService::GetGzipReportDownloadUrlResponse
- Defined in:
- lib/adwords4r/v13/ReportService.rb
Overview
getGzipReportDownloadUrlResponse
-
getGzipReportDownloadUrlReturn - SOAP::SOAPString
Instance Attribute Summary collapse
-
#getGzipReportDownloadUrlReturn ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(getGzipReportDownloadUrlReturn = nil) ⇒ GetGzipReportDownloadUrlResponse
constructor
A new instance of GetGzipReportDownloadUrlResponse.
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
#getGzipReportDownloadUrlReturn ⇒ Object
:nodoc: all
238 239 240 |
# File 'lib/adwords4r/v13/ReportService.rb', line 238 def getGzipReportDownloadUrlReturn @getGzipReportDownloadUrlReturn end |