Class: Plushie::Event::Diagnostic::TooManyDuplicates

Inherits:
Data
  • Object
show all
Defined in:
lib/plushie/event/diagnostic.rb

Overview

Duplicate-ID validation stopped collecting at the configured cap.

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



57
58
59
# File 'lib/plushie/event/diagnostic.rb', line 57

def limit
  @limit
end