Class: RailsErrorDashboard::Services::StormProtection::FingerprintBuckets::Entry
- Inherits:
-
Struct
- Object
- Struct
- RailsErrorDashboard::Services::StormProtection::FingerprintBuckets::Entry
- Defined in:
- lib/rails_error_dashboard/services/storm_protection/fingerprint_buckets.rb
Instance Attribute Summary collapse
-
#day_full_context_count ⇒ Object
Returns the value of attribute day_full_context_count.
-
#day_start ⇒ Object
Returns the value of attribute day_start.
-
#window_count ⇒ Object
Returns the value of attribute window_count.
-
#window_start ⇒ Object
Returns the value of attribute window_start.
Instance Attribute Details
#day_full_context_count ⇒ Object
Returns the value of attribute 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_start ⇒ Object
Returns the value of attribute 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_count ⇒ Object
Returns the value of attribute 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_start ⇒ Object
Returns the value of attribute window_start
33 34 35 |
# File 'lib/rails_error_dashboard/services/storm_protection/fingerprint_buckets.rb', line 33 def window_start @window_start end |