Class: RocketNavigation::Configuration
- Inherits:
-
Object
- Object
- RocketNavigation::Configuration
- Defined in:
- lib/rocket_navigation/configuration.rb
Instance Attribute Summary collapse
-
#renderer ⇒ Object
Returns the value of attribute renderer.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
16 17 18 |
# File 'lib/rocket_navigation/configuration.rb', line 16 def initialize @renderer = ::Renderer::List end |
Instance Attribute Details
#renderer ⇒ Object
Returns the value of attribute renderer.
14 15 16 |
# File 'lib/rocket_navigation/configuration.rb', line 14 def renderer @renderer end |