Class: Plushie::Event::Diagnostic::TooManyDuplicates
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::TooManyDuplicates
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
Duplicate-ID validation stopped collecting at the configured cap.
Instance Attribute Summary collapse
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
Instance Attribute Details
#limit ⇒ Object (readonly)
Returns the value of attribute limit
57 58 59 |
# File 'lib/plushie/event/diagnostic.rb', line 57 def limit @limit end |