class DefraRuby::Alert::Configuration

Attributes

blocklist[RW]
enabled[RW]
environment[RW]
host[RW]
logger[RW]
project_key[RW]
root_directory[RW]

Public Class Methods

new() click to toggle source
# File lib/defra_ruby/alert/configuration.rb, line 8
def initialize
  @blocklist = []
  @enabled = false
end