Class: Synctest::Bubble::ThreadState

Inherits:
Struct
  • Object
show all
Defined in:
lib/synctest/bubble.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockerObject

Returns the value of attribute blocker

Returns:

  • (Object)

    the current value of blocker



12
13
14
# File 'lib/synctest/bubble.rb', line 12

def blocker
  @blocker
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



12
13
14
# File 'lib/synctest/bubble.rb', line 12

def status
  @status
end