Class: Bricolage::FileDataSource
- Inherits:
-
DataSource
- Object
- DataSource
- Bricolage::FileDataSource
- Defined in:
- lib/bricolage/filedatasource.rb
Constant Summary
Constants inherited from DataSource
Instance Attribute Summary
Attributes inherited from DataSource
Instance Method Summary collapse
-
#initialize(opts) ⇒ FileDataSource
constructor
A new instance of FileDataSource.
- #new_task ⇒ Object
Methods inherited from DataSource
get_class, new_for_type, #open, #open_for_batch, #redshift_loader_source?
Constructor Details
#initialize(opts) ⇒ FileDataSource
Returns a new instance of FileDataSource.
9 10 |
# File 'lib/bricolage/filedatasource.rb', line 9 def initialize(opts) end |