Class: Plushie::Event::Diagnostic::SvgParseError

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

Overview

SVG decode returned a parse error.

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



119
120
121
# File 'lib/plushie/event/diagnostic.rb', line 119

def detail
  @detail
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



119
120
121
# File 'lib/plushie/event/diagnostic.rb', line 119

def id
  @id
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



119
120
121
# File 'lib/plushie/event/diagnostic.rb', line 119

def source
  @source
end