Class: Plushie::Event::Diagnostic::FontCapExceeded

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

Overview

Inline fonts declared in Settings exceeded the process-wide cap.

Instance Attribute Summary collapse

Instance Attribute Details

#droppedObject (readonly)

Returns the value of attribute dropped

Returns:

  • (Object)

    the current value of dropped



96
97
98
# File 'lib/plushie/event/diagnostic.rb', line 96

def dropped
  @dropped
end

#grantedObject (readonly)

Returns the value of attribute granted

Returns:

  • (Object)

    the current value of granted



96
97
98
# File 'lib/plushie/event/diagnostic.rb', line 96

def granted
  @granted
end

#maxObject (readonly)

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



96
97
98
# File 'lib/plushie/event/diagnostic.rb', line 96

def max
  @max
end

#requestedObject (readonly)

Returns the value of attribute requested

Returns:

  • (Object)

    the current value of requested



96
97
98
# File 'lib/plushie/event/diagnostic.rb', line 96

def requested
  @requested
end