Class: Oselvar::Var::Core::QueuedExample
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::QueuedExample
- Defined in:
- lib/oselvar/var/core/execute.rb
Overview
A named, runnable example returned by collect_examples.
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#run ⇒ Object
readonly
Returns the value of attribute run.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
28 29 30 |
# File 'lib/oselvar/var/core/execute.rb', line 28 def name @name end |
#run ⇒ Object (readonly)
Returns the value of attribute run
28 29 30 |
# File 'lib/oselvar/var/core/execute.rb', line 28 def run @run end |