Module: Rapper::Config

Included in:
Engine
Defined in:
lib/rapper/config.rb

Overview

Rapper configuration and definition methods.

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config.



7
8
9
# File 'lib/rapper/config.rb', line 7

def config
  @config
end

#definitionsObject

Returns the value of attribute definitions.



7
8
9
# File 'lib/rapper/config.rb', line 7

def definitions
  @definitions
end

#environmentObject

Returns the value of attribute environment.



7
8
9
# File 'lib/rapper/config.rb', line 7

def environment
  @environment
end