Module: Rapper::Config
- Included in:
- Engine
- Defined in:
- lib/rapper/config.rb
Overview
Rapper configuration and definition methods.
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#definitions ⇒ Object
Returns the value of attribute definitions.
-
#environment ⇒ Object
Returns the value of attribute environment.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
7 8 9 |
# File 'lib/rapper/config.rb', line 7 def config @config end |
#definitions ⇒ Object
Returns the value of attribute definitions.
7 8 9 |
# File 'lib/rapper/config.rb', line 7 def definitions @definitions end |
#environment ⇒ Object
Returns the value of attribute environment.
7 8 9 |
# File 'lib/rapper/config.rb', line 7 def environment @environment end |