Class: RedisCounters::Dumpers::List
- Inherits:
-
Object
- Object
- RedisCounters::Dumpers::List
- Includes:
- Dsl::List
- Defined in:
- lib/redis_counters/dumpers/list.rb
Instance Attribute Summary collapse
-
#dumpers ⇒ Object
Returns the value of attribute dumpers.
Instance Method Summary collapse
-
#initialize ⇒ List
constructor
A new instance of List.
Methods included from Dsl::List
Constructor Details
#initialize ⇒ List
Returns a new instance of List.
11 12 13 |
# File 'lib/redis_counters/dumpers/list.rb', line 11 def initialize @dumpers = HashWithIndifferentAccess.new end |
Instance Attribute Details
#dumpers ⇒ Object
Returns the value of attribute dumpers.
9 10 11 |
# File 'lib/redis_counters/dumpers/list.rb', line 9 def dumpers @dumpers end |