Class: Plushie::Event::Diagnostic::WidgetIdInvalid

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

Overview

A user-authored widget ID violated the canonical ID ruleset.

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



61
62
63
# File 'lib/plushie/event/diagnostic.rb', line 61

def detail
  @detail
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



61
62
63
# File 'lib/plushie/event/diagnostic.rb', line 61

def id
  @id
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



61
62
63
# File 'lib/plushie/event/diagnostic.rb', line 61

def reason
  @reason
end

#type_nameObject (readonly)

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



61
62
63
# File 'lib/plushie/event/diagnostic.rb', line 61

def type_name
  @type_name
end