Sha256: 8e554bd56620881a4b3c102100b60e3b1bff94bd82a9ae53ce3f0ba05c53cf3e

Contents?: true

Size: 236 Bytes

Versions: 3

Compression:

Stored size: 236 Bytes

Contents

module Rehearsal
  class Configuration
    attr_accessor :auth_envs, :banner_envs, :enabled

    def initialize
      @auth_envs   ||= [:staging]
      @banner_envs ||= [:staging]
      @enabled       = !@enabled.nil?
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rehearsal-1.3.3 lib/rehearsal/configuration.rb
rehearsal-1.3.2 lib/rehearsal/configuration.rb
rehearsal-1.3.0 lib/rehearsal/configuration.rb