class Locomotive::Common::Configuration

Attributes

notifier[RW]

Public Class Methods

new() click to toggle source
# File lib/locomotive/common/configuration.rb, line 8
def initialize
  @notifier = Locomotive::Common::Notifier.new
end