Class: Synctest::Bubble::Blocker

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

Instance Attribute Summary collapse

Instance Attribute Details

#deadline_nsObject

Returns the value of attribute deadline_ns

Returns:

  • (Object)

    the current value of deadline_ns



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

def deadline_ns
  @deadline_ns
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



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

def error
  @error
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



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

def kind
  @kind
end

#readyObject

Returns the value of attribute ready

Returns:

  • (Object)

    the current value of ready



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

def ready
  @ready
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



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

def resource
  @resource
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



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

def result
  @result
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



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

def thread
  @thread
end