Class: Promethee::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/promethee/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



13
14
15
# File 'lib/promethee/configuration.rb', line 13

def initialize
  @route_scope = 'promethee'
end

Instance Attribute Details

#route_scopeObject

Returns the value of attribute route_scope.



11
12
13
# File 'lib/promethee/configuration.rb', line 11

def route_scope
  @route_scope
end