Class: Cubic::Configurator
- Inherits:
-
Object
- Object
- Cubic::Configurator
- Defined in:
- lib/cubic/application/configurator.rb
Overview
Configuration stores details given during startup.
Class Attribute Summary collapse
-
.template_engine ⇒ Object
Returns the value of attribute template_engine.
Class Method Summary collapse
Class Attribute Details
.template_engine ⇒ Object
Returns the value of attribute template_engine.
5 6 7 |
# File 'lib/cubic/application/configurator.rb', line 5 def template_engine @template_engine end |
Class Method Details
.design {|_self| ... } ⇒ Object
7 8 9 |
# File 'lib/cubic/application/configurator.rb', line 7 def design yield self end |
.root_dir ⇒ Object
11 12 13 |
# File 'lib/cubic/application/configurator.rb', line 11 def root_dir APP_PATH end |