Class: Plushie::Event::Diagnostic::UnknownWindow
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::UnknownWindow
- 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
-
#subscription_tag ⇒ Object
readonly
Returns the value of attribute subscription_tag.
-
#window_id ⇒ Object
readonly
Returns the value of attribute window_id.
Instance Attribute Details
#subscription_tag ⇒ Object (readonly)
Returns the value of attribute subscription_tag
45 46 47 |
# File 'lib/plushie/event/diagnostic.rb', line 45 def subscription_tag @subscription_tag end |
#window_id ⇒ Object (readonly)
Returns the value of attribute window_id
45 46 47 |
# File 'lib/plushie/event/diagnostic.rb', line 45 def window_id @window_id end |