Class: YSM::BasicReportService::FileOutputType
- Inherits:
-
String
- Object
- String
- YSM::BasicReportService::FileOutputType
- Defined in:
- lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb
Overview
http://marketing.ews.yahooapis.com/V2FileOutputType
Constant Summary collapse
- CSV =
FileOutputType.new("CSV")
- CSV_EXCEL =
FileOutputType.new("CSV_EXCEL")
- TSV =
FileOutputType.new("TSV")
- XML =
FileOutputType.new("XML")