Class: Rbexy::Configuration
- Inherits:
-
Object
- Object
- Rbexy::Configuration
- Defined in:
- lib/rbexy/configuration.rb
Instance Attribute Summary collapse
-
#component_provider ⇒ Object
Returns the value of attribute component_provider.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#enable_context ⇒ Object
Returns the value of attribute enable_context.
-
#template_paths ⇒ Object
Returns the value of attribute template_paths.
Instance Attribute Details
#component_provider ⇒ Object
Returns the value of attribute component_provider.
3 4 5 |
# File 'lib/rbexy/configuration.rb', line 3 def component_provider @component_provider end |
#debug ⇒ Object
Returns the value of attribute debug.
6 7 8 |
# File 'lib/rbexy/configuration.rb', line 6 def debug @debug end |
#enable_context ⇒ Object
Returns the value of attribute enable_context.
5 6 7 |
# File 'lib/rbexy/configuration.rb', line 5 def enable_context @enable_context end |
#template_paths ⇒ Object
Returns the value of attribute template_paths.
4 5 6 |
# File 'lib/rbexy/configuration.rb', line 4 def template_paths @template_paths end |