Class: Mascot::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Mascot::Configuration
- Defined in:
- lib/mascot/rails.rb
Overview
Contains singletons for rails and some configuration data.
Instance Attribute Summary collapse
-
#parent_engine ⇒ Object
Returns the value of attribute parent_engine.
-
#routes ⇒ Object
Returns the value of attribute routes.
-
#sitemap ⇒ Object
Returns the value of attribute sitemap.
Instance Attribute Details
#parent_engine ⇒ Object
Returns the value of attribute parent_engine
5 6 7 |
# File 'lib/mascot/rails.rb', line 5 def parent_engine @parent_engine end |
#routes ⇒ Object
Returns the value of attribute routes
5 6 7 |
# File 'lib/mascot/rails.rb', line 5 def routes @routes end |
#sitemap ⇒ Object
Returns the value of attribute sitemap
5 6 7 |
# File 'lib/mascot/rails.rb', line 5 def sitemap @sitemap end |