Class: Synctest::Bubble::Blocker
- Inherits:
-
Struct
- Object
- Struct
- Synctest::Bubble::Blocker
- Defined in:
- lib/synctest/bubble.rb
Instance Attribute Summary collapse
-
#deadline_ns ⇒ Object
Returns the value of attribute deadline_ns.
-
#description ⇒ Object
Returns the value of attribute description.
-
#error ⇒ Object
Returns the value of attribute error.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#ready ⇒ Object
Returns the value of attribute ready.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#result ⇒ Object
Returns the value of attribute result.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#deadline_ns ⇒ Object
Returns the value of attribute deadline_ns
13 14 15 |
# File 'lib/synctest/bubble.rb', line 13 def deadline_ns @deadline_ns end |
#description ⇒ Object
Returns the value of attribute description
13 14 15 |
# File 'lib/synctest/bubble.rb', line 13 def description @description end |
#error ⇒ Object
Returns the value of attribute error
13 14 15 |
# File 'lib/synctest/bubble.rb', line 13 def error @error end |
#kind ⇒ Object
Returns the value of attribute kind
13 14 15 |
# File 'lib/synctest/bubble.rb', line 13 def kind @kind end |
#ready ⇒ Object
Returns the value of attribute ready
13 14 15 |
# File 'lib/synctest/bubble.rb', line 13 def ready @ready end |
#resource ⇒ Object
Returns the value of attribute resource
13 14 15 |
# File 'lib/synctest/bubble.rb', line 13 def resource @resource end |
#result ⇒ Object
Returns the value of attribute result
13 14 15 |
# File 'lib/synctest/bubble.rb', line 13 def result @result end |
#thread ⇒ Object
Returns the value of attribute thread
13 14 15 |
# File 'lib/synctest/bubble.rb', line 13 def thread @thread end |