Class: SidekiqVigil::Collector::Snapshot

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

Instance Attribute Summary collapse

Instance Attribute Details

#executionsObject (readonly)

Returns the value of attribute executions

Returns:

  • (Object)

    the current value of executions



5
6
7
# File 'lib/sidekiq_vigil/collector.rb', line 5

def executions
  @executions
end

#statsObject (readonly)

Returns the value of attribute stats

Returns:

  • (Object)

    the current value of stats



5
6
7
# File 'lib/sidekiq_vigil/collector.rb', line 5

def stats
  @stats
end