Class: SidekiqVigil::Alert::Cron::Field
- Inherits:
-
Data
- Object
- Data
- SidekiqVigil::Alert::Cron::Field
- Defined in:
- lib/sidekiq_vigil/alert/cron.rb
Instance Attribute Summary collapse
-
#values ⇒ Object
readonly
Returns the value of attribute values.
-
#wildcard ⇒ Object
readonly
Returns the value of attribute wildcard.
Instance Attribute Details
#values ⇒ Object (readonly)
Returns the value of attribute values
6 7 8 |
# File 'lib/sidekiq_vigil/alert/cron.rb', line 6 def values @values end |
#wildcard ⇒ Object (readonly)
Returns the value of attribute wildcard
6 7 8 |
# File 'lib/sidekiq_vigil/alert/cron.rb', line 6 def wildcard @wildcard end |