Class: RailsErrorDashboard::Services::StormProtection::FingerprintBuckets::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_error_dashboard/services/storm_protection/fingerprint_buckets.rb

Instance Attribute Summary collapse

Instance Attribute Details

#day_full_context_countObject

Returns the value of attribute day_full_context_count

Returns:

  • (Object)

    the current value of day_full_context_count



33
34
35
# File 'lib/rails_error_dashboard/services/storm_protection/fingerprint_buckets.rb', line 33

def day_full_context_count
  @day_full_context_count
end

#day_startObject

Returns the value of attribute day_start

Returns:

  • (Object)

    the current value of day_start



33
34
35
# File 'lib/rails_error_dashboard/services/storm_protection/fingerprint_buckets.rb', line 33

def day_start
  @day_start
end

#window_countObject

Returns the value of attribute window_count

Returns:

  • (Object)

    the current value of window_count



33
34
35
# File 'lib/rails_error_dashboard/services/storm_protection/fingerprint_buckets.rb', line 33

def window_count
  @window_count
end

#window_startObject

Returns the value of attribute window_start

Returns:

  • (Object)

    the current value of window_start



33
34
35
# File 'lib/rails_error_dashboard/services/storm_protection/fingerprint_buckets.rb', line 33

def window_start
  @window_start
end