Class: SidekiqVigil::Config::CheckDefinition
- Inherits:
-
Data
- Object
- Data
- SidekiqVigil::Config::CheckDefinition
- Defined in:
- lib/sidekiq_vigil/config.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
readonly
Returns the value of attribute klass.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Attribute Details
#klass ⇒ Object (readonly)
Returns the value of attribute klass
10 11 12 |
# File 'lib/sidekiq_vigil/config.rb', line 10 def klass @klass end |
#name ⇒ Object (readonly)
Returns the value of attribute name
10 11 12 |
# File 'lib/sidekiq_vigil/config.rb', line 10 def name @name end |
#options ⇒ Object (readonly)
Returns the value of attribute options
10 11 12 |
# File 'lib/sidekiq_vigil/config.rb', line 10 def @options end |