Class: Plushie::Event::Diagnostic::SvgDecodeTimeout
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::SvgDecodeTimeout
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
SVG decode exceeded its wall-clock budget.
Instance Attribute Summary collapse
-
#deadline_debug ⇒ Object
readonly
Returns the value of attribute deadline_debug.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#deadline_debug ⇒ Object (readonly)
Returns the value of attribute deadline_debug
123 124 125 |
# File 'lib/plushie/event/diagnostic.rb', line 123 def deadline_debug @deadline_debug end |
#id ⇒ Object (readonly)
Returns the value of attribute id
123 124 125 |
# File 'lib/plushie/event/diagnostic.rb', line 123 def id @id end |
#source ⇒ Object (readonly)
Returns the value of attribute source
123 124 125 |
# File 'lib/plushie/event/diagnostic.rb', line 123 def source @source end |