Sha256: d22f94624844c1ce1d39a64a46c407f7764805863be5ea916852cbc1d2b7c96d

Contents?: true

Size: 266 Bytes

Versions: 108

Compression:

Stored size: 266 Bytes

Contents

module Promethee
  def self.configuration
    @configuration ||= Configuration.new
  end

  def self.configure
    yield configuration
  end

  class Configuration
    attr_accessor :route_scope

    def initialize
      @route_scope = 'promethee'
    end
  end
end

Version data entries

108 entries across 108 versions & 1 rubygems

Version Path
promethee-1.5.4 lib/promethee/configuration.rb
promethee-1.5.3 lib/promethee/configuration.rb
promethee-1.5.2 lib/promethee/configuration.rb
promethee-1.5.0 lib/promethee/configuration.rb
promethee-1.4.29 lib/promethee/configuration.rb
promethee-1.4.28 lib/promethee/configuration.rb
promethee-1.4.27 lib/promethee/configuration.rb
promethee-1.4.26 lib/promethee/configuration.rb
promethee-1.4.25 lib/promethee/configuration.rb
promethee-1.4.24 lib/promethee/configuration.rb
promethee-1.4.23 lib/promethee/configuration.rb
promethee-1.4.22 lib/promethee/configuration.rb
promethee-1.4.21 lib/promethee/configuration.rb
promethee-1.4.20 lib/promethee/configuration.rb
promethee-1.4.19 lib/promethee/configuration.rb
promethee-1.4.18 lib/promethee/configuration.rb
promethee-1.4.17 lib/promethee/configuration.rb
promethee-1.4.16 lib/promethee/configuration.rb
promethee-1.4.15 lib/promethee/configuration.rb
promethee-1.4.14 lib/promethee/configuration.rb