Class: YSM::BasicReportService::FileOutputType

Inherits:
String
  • Object
show all
Defined in:
lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb

Overview

Constant Summary collapse

CSV =
FileOutputType.new("CSV")
CSV_EXCEL =
FileOutputType.new("CSV_EXCEL")
TSV =
FileOutputType.new("TSV")
XML =
FileOutputType.new("XML")