Class: SidekiqVigil::Collector::Snapshot
- Inherits:
-
Data
- Object
- Data
- SidekiqVigil::Collector::Snapshot
- Defined in:
- lib/sidekiq_vigil/collector.rb
Instance Attribute Summary collapse
-
#executions ⇒ Object
readonly
Returns the value of attribute executions.
-
#stats ⇒ Object
readonly
Returns the value of attribute stats.
Instance Attribute Details
#executions ⇒ Object (readonly)
Returns the value of attribute executions
5 6 7 |
# File 'lib/sidekiq_vigil/collector.rb', line 5 def executions @executions end |
#stats ⇒ Object (readonly)
Returns the value of attribute stats
5 6 7 |
# File 'lib/sidekiq_vigil/collector.rb', line 5 def stats @stats end |