Module: Kiba::Extend::Sources::Sourceable
- Includes:
- Registry::Fileable
- Included in:
- CSV, Enumerable, JsonDir, Marc
- Defined in:
- lib/kiba/extend/sources/sourceable.rb
Overview
Mix-in module for extending sources so they can be used as sources in jobs
Instance Method Summary collapse
-
#is_source? ⇒ Boolean
True.
Methods included from Registry::Fileable
#default_args, #default_file_options, #labeled_options, #options_key, #path_key, #requires_path?
Instance Method Details
#is_source? ⇒ Boolean
Returns true.
14 15 16 |
# File 'lib/kiba/extend/sources/sourceable.rb', line 14 def is_source? true end |