Class: Oselvar::Var::Core::QueuedExample

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/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



28
29
30
# File 'lib/oselvar/var/core/execute.rb', line 28

def name
  @name
end

#runObject (readonly)

Returns the value of attribute run

Returns:

  • (Object)

    the current value of run



28
29
30
# File 'lib/oselvar/var/core/execute.rb', line 28

def run
  @run
end