Module: RedisThrottler
- Extended by:
- Configuration
- Defined in:
- lib/redis-throttler.rb,
lib/redis-throttler/base.rb,
lib/redis-throttler/model.rb,
lib/redis-throttler/version.rb,
lib/redis-throttler/configuration.rb
Defined Under Namespace
Modules: Configuration, Model Classes: Base
Constant Summary collapse
- VERSION =
'0.1.8'
Class Method Summary collapse
Methods included from Configuration
Class Method Details
.included(base) ⇒ Object
15 16 17 |
# File 'lib/redis-throttler.rb', line 15 def self.included(base) base.include(RedisThrottler::Model) end |