Class: DebugBundle::Suppression::State
- Inherits:
-
Struct
- Object
- Struct
- DebugBundle::Suppression::State
- Defined in:
- lib/debugbundle/suppression.rb
Instance Attribute Summary collapse
-
#emitted_count ⇒ Object
Returns the value of attribute emitted_count.
-
#last_aggregate_emitted_at ⇒ Object
Returns the value of attribute last_aggregate_emitted_at.
-
#last_seen_at ⇒ Object
Returns the value of attribute last_seen_at.
-
#loop_hit_count ⇒ Object
Returns the value of attribute loop_hit_count.
-
#loop_window_started_at ⇒ Object
Returns the value of attribute loop_window_started_at.
-
#pending_first_seen_at ⇒ Object
Returns the value of attribute pending_first_seen_at.
-
#pending_last_seen_at ⇒ Object
Returns the value of attribute pending_last_seen_at.
-
#pending_suppressed_count ⇒ Object
Returns the value of attribute pending_suppressed_count.
-
#suppression_mode ⇒ Object
Returns the value of attribute suppression_mode.
-
#window_started_at ⇒ Object
Returns the value of attribute window_started_at.
Instance Attribute Details
#emitted_count ⇒ Object
Returns the value of attribute emitted_count
15 16 17 |
# File 'lib/debugbundle/suppression.rb', line 15 def emitted_count @emitted_count end |
#last_aggregate_emitted_at ⇒ Object
Returns the value of attribute last_aggregate_emitted_at
15 16 17 |
# File 'lib/debugbundle/suppression.rb', line 15 def last_aggregate_emitted_at @last_aggregate_emitted_at end |
#last_seen_at ⇒ Object
Returns the value of attribute last_seen_at
15 16 17 |
# File 'lib/debugbundle/suppression.rb', line 15 def last_seen_at @last_seen_at end |
#loop_hit_count ⇒ Object
Returns the value of attribute loop_hit_count
15 16 17 |
# File 'lib/debugbundle/suppression.rb', line 15 def loop_hit_count @loop_hit_count end |
#loop_window_started_at ⇒ Object
Returns the value of attribute loop_window_started_at
15 16 17 |
# File 'lib/debugbundle/suppression.rb', line 15 def loop_window_started_at @loop_window_started_at end |
#pending_first_seen_at ⇒ Object
Returns the value of attribute pending_first_seen_at
15 16 17 |
# File 'lib/debugbundle/suppression.rb', line 15 def pending_first_seen_at @pending_first_seen_at end |
#pending_last_seen_at ⇒ Object
Returns the value of attribute pending_last_seen_at
15 16 17 |
# File 'lib/debugbundle/suppression.rb', line 15 def pending_last_seen_at @pending_last_seen_at end |
#pending_suppressed_count ⇒ Object
Returns the value of attribute pending_suppressed_count
15 16 17 |
# File 'lib/debugbundle/suppression.rb', line 15 def pending_suppressed_count @pending_suppressed_count end |
#suppression_mode ⇒ Object
Returns the value of attribute suppression_mode
15 16 17 |
# File 'lib/debugbundle/suppression.rb', line 15 def suppression_mode @suppression_mode end |
#window_started_at ⇒ Object
Returns the value of attribute window_started_at
15 16 17 |
# File 'lib/debugbundle/suppression.rb', line 15 def window_started_at @window_started_at end |