Class: Handlebarer::Configuration
- Defined in:
- lib/handlebarer/configuration.rb
Overview
Jader configuration class
Instance Attribute Summary collapse
-
#helpers_path ⇒ Object
Returns the value of attribute helpers_path.
-
#views_path ⇒ Object
Returns the value of attribute views_path.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
Initialize Jader::Configuration class with default values.
Constructor Details
#initialize ⇒ Configuration
Initialize Jader::Configuration class with default values
23 24 25 26 |
# File 'lib/handlebarer/configuration.rb', line 23 def initialize @helpers_path = nil @views_path = nil end |
Instance Attribute Details
#helpers_path ⇒ Object
Returns the value of attribute helpers_path.
20 21 22 |
# File 'lib/handlebarer/configuration.rb', line 20 def helpers_path @helpers_path end |
#views_path ⇒ Object
Returns the value of attribute views_path.
20 21 22 |
# File 'lib/handlebarer/configuration.rb', line 20 def views_path @views_path end |