Class: Plushie::Event::Diagnostic::EmitterCoalesceCapExceeded
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::EmitterCoalesceCapExceeded
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
The renderer-lib event coalesce map hit its cap and was force-flushed.
Instance Attribute Summary collapse
-
#cap ⇒ Object
readonly
Returns the value of attribute cap.
Instance Attribute Details
#cap ⇒ Object (readonly)
Returns the value of attribute cap
132 133 134 |
# File 'lib/plushie/event/diagnostic.rb', line 132 def cap @cap end |