Class: KnowMore::Configuration
- Inherits:
-
Object
- Object
- KnowMore::Configuration
- Includes:
- Singleton
- Defined in:
- lib/know_more/configuration.rb
Instance Attribute Summary collapse
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#redirect_url ⇒ Object
the url when finish the questionnaire.
Instance Attribute Details
#pages ⇒ Object
Returns the value of attribute pages.
4 5 6 |
# File 'lib/know_more/configuration.rb', line 4 def pages @pages end |
#redirect_url ⇒ Object
the url when finish the questionnaire
7 8 9 |
# File 'lib/know_more/configuration.rb', line 7 def redirect_url @redirect_url end |