Class: Monocle::Configuration
- Inherits:
-
Object
- Object
- Monocle::Configuration
- Defined in:
- lib/monocle/configuration.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Define a custom logger.
-
#path_to_views ⇒ Object
The relative path to where views are stored, relative to the root of the project.
Instance Attribute Details
#logger ⇒ Object
Define a custom logger
6 7 8 |
# File 'lib/monocle/configuration.rb', line 6 def logger @logger end |
#path_to_views ⇒ Object
The relative path to where views are stored, relative to the root of the project
12 13 14 |
# File 'lib/monocle/configuration.rb', line 12 def path_to_views @path_to_views end |