Class: Chronicle::ETL::Configurable::Config
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Chronicle::ETL::Configurable::Config
- Defined in:
- lib/chronicle/etl/configurable.rb
Overview
Collection of user-supplied options for this Configurable
Instance Method Summary collapse
-
#compacted_h ⇒ Object
Config values that aren't nil, as a hash.
Instance Method Details
#compacted_h ⇒ Object
Config values that aren't nil, as a hash
28 29 30 |
# File 'lib/chronicle/etl/configurable.rb', line 28 def compacted_h to_h.compact end |