Class: WoopleTheme::Configuration
- Inherits:
-
Object
- Object
- WoopleTheme::Configuration
- Defined in:
- lib/woople-theme/configuration.rb
Instance Attribute Summary collapse
-
#impersonation_banner_helper ⇒ Object
Returns the value of attribute impersonation_banner_helper.
-
#layout_javascript ⇒ Object
Returns the value of attribute layout_javascript.
-
#menu_helper ⇒ Object
Returns the value of attribute menu_helper.
-
#profile_helper ⇒ Object
Returns the value of attribute profile_helper.
Instance Attribute Details
#impersonation_banner_helper ⇒ Object
Returns the value of attribute impersonation_banner_helper.
3 4 5 |
# File 'lib/woople-theme/configuration.rb', line 3 def @impersonation_banner_helper end |
#layout_javascript ⇒ Object
Returns the value of attribute layout_javascript.
3 4 5 |
# File 'lib/woople-theme/configuration.rb', line 3 def layout_javascript @layout_javascript end |
#menu_helper ⇒ Object
Returns the value of attribute menu_helper.
3 4 5 |
# File 'lib/woople-theme/configuration.rb', line 3 def @menu_helper end |
#profile_helper ⇒ Object
Returns the value of attribute profile_helper.
3 4 5 |
# File 'lib/woople-theme/configuration.rb', line 3 def profile_helper @profile_helper end |