Class: SidekiqVigil::Storage::KeyDefinition
- Inherits:
-
Data
- Object
- Data
- SidekiqVigil::Storage::KeyDefinition
- Defined in:
- lib/sidekiq_vigil/storage.rb
Instance Attribute Summary collapse
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#pattern ⇒ Object
readonly
Returns the value of attribute pattern.
-
#ttl ⇒ Object
readonly
Returns the value of attribute ttl.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#owner ⇒ Object (readonly)
Returns the value of attribute owner
10 11 12 |
# File 'lib/sidekiq_vigil/storage.rb', line 10 def owner @owner end |
#pattern ⇒ Object (readonly)
Returns the value of attribute pattern
10 11 12 |
# File 'lib/sidekiq_vigil/storage.rb', line 10 def pattern @pattern end |
#ttl ⇒ Object (readonly)
Returns the value of attribute ttl
10 11 12 |
# File 'lib/sidekiq_vigil/storage.rb', line 10 def ttl @ttl end |
#type ⇒ Object (readonly)
Returns the value of attribute type
10 11 12 |
# File 'lib/sidekiq_vigil/storage.rb', line 10 def type @type end |