Class: ConfigRC::OptionsProvider
- Inherits:
-
BaseProvider
- Object
- BaseProvider
- ConfigRC::OptionsProvider
- Defined in:
- lib/config-rc/options.rb
Overview
Configuration from options hash that is passed through
Instance Method Summary collapse
-
#initialize(options) ⇒ OptionsProvider
constructor
A new instance of OptionsProvider.
- #map ⇒ Object
Methods inherited from BaseProvider
Constructor Details
#initialize(options) ⇒ OptionsProvider
Returns a new instance of OptionsProvider.
6 7 8 |
# File 'lib/config-rc/options.rb', line 6 def initialize() @options = end |
Instance Method Details
#map ⇒ Object
10 11 12 |
# File 'lib/config-rc/options.rb', line 10 def map @options end |