Class: Chronicle::ETL::Configurable::Config

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/chronicle/etl/configurable.rb

Overview

Collection of user-supplied options for this Configurable

Instance Method Summary collapse

Instance Method Details

#compacted_hObject

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