class ActsAsLockableBy::Configuration

Attributes

redis[RW]
ttl[RW]

Public Class Methods

new() click to toggle source
# File lib/acts_as_lockable_by.rb, line 23
def initialize
  @redit = Redis.new
  @ttl = 30.seconds
end