Class: Inky::Configuration
- Inherits:
-
Object
- Object
- Inky::Configuration
- Defined in:
- lib/inky/configuration.rb
Instance Attribute Summary collapse
-
#template_engine ⇒ Object
Returns the value of attribute template_engine.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
27 28 29 |
# File 'lib/inky/configuration.rb', line 27 def initialize @template_engine = :erb end |
Instance Attribute Details
#template_engine ⇒ Object
Returns the value of attribute template_engine.
25 26 27 |
# File 'lib/inky/configuration.rb', line 25 def template_engine @template_engine end |