Class: DebugBundle::Suppression::State

Inherits:
Struct
  • Object
show all
Defined in:
lib/debugbundle/suppression.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emitted_countObject

Returns the value of attribute emitted_count

Returns:

  • (Object)

    the current value of emitted_count



15
16
17
# File 'lib/debugbundle/suppression.rb', line 15

def emitted_count
  @emitted_count
end

#last_aggregate_emitted_atObject

Returns the value of attribute last_aggregate_emitted_at

Returns:

  • (Object)

    the current value of 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_atObject

Returns the value of attribute last_seen_at

Returns:

  • (Object)

    the current value of last_seen_at



15
16
17
# File 'lib/debugbundle/suppression.rb', line 15

def last_seen_at
  @last_seen_at
end

#loop_hit_countObject

Returns the value of attribute loop_hit_count

Returns:

  • (Object)

    the current value of loop_hit_count



15
16
17
# File 'lib/debugbundle/suppression.rb', line 15

def loop_hit_count
  @loop_hit_count
end

#loop_window_started_atObject

Returns the value of attribute loop_window_started_at

Returns:

  • (Object)

    the current value of 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_atObject

Returns the value of attribute pending_first_seen_at

Returns:

  • (Object)

    the current value of 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_atObject

Returns the value of attribute pending_last_seen_at

Returns:

  • (Object)

    the current value of 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_countObject

Returns the value of attribute pending_suppressed_count

Returns:

  • (Object)

    the current value of pending_suppressed_count



15
16
17
# File 'lib/debugbundle/suppression.rb', line 15

def pending_suppressed_count
  @pending_suppressed_count
end

#suppression_modeObject

Returns the value of attribute suppression_mode

Returns:

  • (Object)

    the current value of suppression_mode



15
16
17
# File 'lib/debugbundle/suppression.rb', line 15

def suppression_mode
  @suppression_mode
end

#window_started_atObject

Returns the value of attribute window_started_at

Returns:

  • (Object)

    the current value of window_started_at



15
16
17
# File 'lib/debugbundle/suppression.rb', line 15

def window_started_at
  @window_started_at
end