Module: DataImp::Options::ClassMethods
- Defined in:
- lib/data_imp/options.rb
Instance Method Summary collapse
Instance Method Details
#default_options ⇒ Object
20 21 22 |
# File 'lib/data_imp/options.rb', line 20 def HashWithIndifferentAccess.new() end |
#options ⇒ Object
24 25 26 |
# File 'lib/data_imp/options.rb', line 24 def @options ||= .compact end |
#options=(hash) ⇒ Object
28 29 30 |
# File 'lib/data_imp/options.rb', line 28 def hash @options = .merge(hash) end |