Class: Varar::Core::QueuedExample

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/core/execute.rb

Overview

A named, runnable example returned by collect_examples.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



27
28
29
# File 'lib/varar/core/execute.rb', line 27

def name
  @name
end

#runObject (readonly)

Returns the value of attribute run

Returns:

  • (Object)

    the current value of run



27
28
29
# File 'lib/varar/core/execute.rb', line 27

def run
  @run
end