Class: Varar::Core::QueuedExample
- Inherits:
-
Data
- Object
- Data
- Varar::Core::QueuedExample
- Defined in:
- lib/varar/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
27 28 29 |
# File 'lib/varar/core/execute.rb', line 27 def name @name end |
#run ⇒ Object (readonly)
Returns the value of attribute run
27 28 29 |
# File 'lib/varar/core/execute.rb', line 27 def run @run end |