Class: SidekiqVigil::Storage::KeyDefinition

Inherits:
Data
  • Object
show all
Defined in:
lib/sidekiq_vigil/storage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



10
11
12
# File 'lib/sidekiq_vigil/storage.rb', line 10

def owner
  @owner
end

#patternObject (readonly)

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



10
11
12
# File 'lib/sidekiq_vigil/storage.rb', line 10

def pattern
  @pattern
end

#ttlObject (readonly)

Returns the value of attribute ttl

Returns:

  • (Object)

    the current value of ttl



10
11
12
# File 'lib/sidekiq_vigil/storage.rb', line 10

def ttl
  @ttl
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/sidekiq_vigil/storage.rb', line 10

def type
  @type
end