Class: Synctest::Bubble::ThreadState
- Inherits:
-
Struct
- Object
- Struct
- Synctest::Bubble::ThreadState
- Defined in:
- lib/synctest/bubble.rb
Instance Attribute Summary collapse
-
#blocker ⇒ Object
Returns the value of attribute blocker.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#blocker ⇒ Object
Returns the value of attribute blocker
12 13 14 |
# File 'lib/synctest/bubble.rb', line 12 def blocker @blocker end |
#status ⇒ Object
Returns the value of attribute status
12 13 14 |
# File 'lib/synctest/bubble.rb', line 12 def status @status end |