Class: AdWords::V201008::ReportDefinitionService::DownloadFormat

Inherits:
String
  • Object
show all
Defined in:
lib/adwords4r/v201008/ReportDefinitionService.rb

Overview

DownloadFormat

Constant Summary collapse

CSV =
DownloadFormat.new("CSV")
CSVFOREXCEL =
DownloadFormat.new("CSVFOREXCEL")
GZIPPED_CSV =
DownloadFormat.new("GZIPPED_CSV")
GZIPPED_XML =
DownloadFormat.new("GZIPPED_XML")
TSV =
DownloadFormat.new("TSV")
XML =
DownloadFormat.new("XML")