Class: Vident::Configuration
- Inherits:
-
Object
- Object
- Vident::Configuration
- Defined in:
- lib/vident.rb
Instance Attribute Summary collapse
-
#include_i18n_helpers ⇒ Object
Returns the value of attribute include_i18n_helpers.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
21 22 23 |
# File 'lib/vident.rb', line 21 def initialize @include_i18n_helpers = true end |
Instance Attribute Details
#include_i18n_helpers ⇒ Object
Returns the value of attribute include_i18n_helpers.
19 20 21 |
# File 'lib/vident.rb', line 19 def include_i18n_helpers @include_i18n_helpers end |