Class: Horza::Config
- Inherits:
-
Object
- Object
- Horza::Config
- Defined in:
- lib/horza/configuration.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#development_mode ⇒ Object
Returns the value of attribute development_mode.
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter.
29 30 31 |
# File 'lib/horza/configuration.rb', line 29 def adapter @adapter end |
#development_mode ⇒ Object
Returns the value of attribute development_mode.
29 30 31 |
# File 'lib/horza/configuration.rb', line 29 def development_mode @development_mode end |