class Notifyor::Configuration

Attributes

redis_connection[RW]

Public Class Methods

new() click to toggle source
# File lib/notifyor/configuration.rb, line 7
def initialize
  @redis_connection = ::Redis.new
end