Class: Plushie::Event::Diagnostic::WidgetIdTypeCollision

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

Overview

A composite widget ID was registered against two different widget types.

Instance Attribute Summary collapse

Instance Attribute Details

#existing_typeObject (readonly)

Returns the value of attribute existing_type

Returns:

  • (Object)

    the current value of existing_type



137
138
139
# File 'lib/plushie/event/diagnostic.rb', line 137

def existing_type
  @existing_type
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



137
138
139
# File 'lib/plushie/event/diagnostic.rb', line 137

def id
  @id
end

#incoming_typeObject (readonly)

Returns the value of attribute incoming_type

Returns:

  • (Object)

    the current value of incoming_type



137
138
139
# File 'lib/plushie/event/diagnostic.rb', line 137

def incoming_type
  @incoming_type
end