Class: HungryForm::Configuration
- Inherits:
-
Object
- Object
- HungryForm::Configuration
- Defined in:
- lib/hungryform/configuration.rb
Instance Attribute Summary collapse
-
#views_prefix ⇒ Object
Returns the value of attribute views_prefix.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 8 9 |
# File 'lib/hungryform/configuration.rb', line 5 def initialize @views_prefix = 'hungryform' init_element_default_attributes end |
Instance Attribute Details
#views_prefix ⇒ Object
Returns the value of attribute views_prefix.
3 4 5 |
# File 'lib/hungryform/configuration.rb', line 3 def views_prefix @views_prefix end |