Module: RedshiftConnector::Reader
- Defined in:
- lib/redshift_connector/reader.rb,
lib/redshift_connector/reader.rb
Defined Under Namespace
Classes: Abstract, CSV, MalformedCSVException, RedshiftCSV, TSV
Class Method Summary collapse
Class Method Details
.get(id) ⇒ Object
14 15 16 |
# File 'lib/redshift_connector/reader.rb', line 14 def Reader.get(id) Abstract.get_reader_class(id) end |