Class: SidekiqVigil::Config::CheckDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject (readonly)

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



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

def klass
  @klass
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end