Class: Plushie::Event::Diagnostic::SvgParseError
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::SvgParseError
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
SVG decode returned a parse error.
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
119 120 121 |
# File 'lib/plushie/event/diagnostic.rb', line 119 def detail @detail end |
#id ⇒ Object (readonly)
Returns the value of attribute id
119 120 121 |
# File 'lib/plushie/event/diagnostic.rb', line 119 def id @id end |
#source ⇒ Object (readonly)
Returns the value of attribute source
119 120 121 |
# File 'lib/plushie/event/diagnostic.rb', line 119 def source @source end |