Class: Plushie::Event::Diagnostic::FontCapExceeded
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::FontCapExceeded
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
Inline fonts declared in Settings exceeded the process-wide cap.
Instance Attribute Summary collapse
-
#dropped ⇒ Object
readonly
Returns the value of attribute dropped.
-
#granted ⇒ Object
readonly
Returns the value of attribute granted.
-
#max ⇒ Object
readonly
Returns the value of attribute max.
-
#requested ⇒ Object
readonly
Returns the value of attribute requested.
Instance Attribute Details
#dropped ⇒ Object (readonly)
Returns the value of attribute dropped
96 97 98 |
# File 'lib/plushie/event/diagnostic.rb', line 96 def dropped @dropped end |
#granted ⇒ Object (readonly)
Returns the value of attribute granted
96 97 98 |
# File 'lib/plushie/event/diagnostic.rb', line 96 def granted @granted end |
#max ⇒ Object (readonly)
Returns the value of attribute max
96 97 98 |
# File 'lib/plushie/event/diagnostic.rb', line 96 def max @max end |
#requested ⇒ Object (readonly)
Returns the value of attribute requested
96 97 98 |
# File 'lib/plushie/event/diagnostic.rb', line 96 def requested @requested end |