Class: Carioca::Services::Config::Factory
- Inherits:
-
Object
- Object
- Carioca::Services::Config::Factory
- Extended by:
- Forwardable
- Defined in:
- lib/carioca/services/config.rb
Overview
the settings object factory
Instance Attribute Summary collapse
-
#settings ⇒ Object
Returns the value of attribute settings.
Instance Method Summary collapse
-
#initialize(**keywords) ⇒ Factory
constructor
A new instance of Factory.
Constructor Details
Instance Attribute Details
#settings ⇒ Object
Returns the value of attribute settings.
126 127 128 |
# File 'lib/carioca/services/config.rb', line 126 def settings @settings end |