Class: Plushie::Event::Diagnostic::UnknownWindow

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

Overview

A subscription was declared for a window that is not in the tree.

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_tagObject (readonly)

Returns the value of attribute subscription_tag

Returns:

  • (Object)

    the current value of subscription_tag



45
46
47
# File 'lib/plushie/event/diagnostic.rb', line 45

def subscription_tag
  @subscription_tag
end

#window_idObject (readonly)

Returns the value of attribute window_id

Returns:

  • (Object)

    the current value of window_id



45
46
47
# File 'lib/plushie/event/diagnostic.rb', line 45

def window_id
  @window_id
end