Class: Varar::Core::ExecutionPlan
- Inherits:
-
Data
- Object
- Data
- Varar::Core::ExecutionPlan
- Defined in:
- lib/varar/core/plan.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
readonly
Returns the value of attribute diagnostics.
-
#examples ⇒ Object
readonly
Returns the value of attribute examples.
-
#var_doc ⇒ Object
readonly
Returns the value of attribute var_doc.
Instance Attribute Details
#diagnostics ⇒ Object (readonly)
Returns the value of attribute diagnostics
32 33 34 |
# File 'lib/varar/core/plan.rb', line 32 def diagnostics @diagnostics end |
#examples ⇒ Object (readonly)
Returns the value of attribute examples
32 33 34 |
# File 'lib/varar/core/plan.rb', line 32 def examples @examples end |
#var_doc ⇒ Object (readonly)
Returns the value of attribute var_doc
32 33 34 |
# File 'lib/varar/core/plan.rb', line 32 def var_doc @var_doc end |