Class: Varar::Core::ExecutionPlan

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

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject (readonly)

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



32
33
34
# File 'lib/varar/core/plan.rb', line 32

def diagnostics
  @diagnostics
end

#examplesObject (readonly)

Returns the value of attribute examples

Returns:

  • (Object)

    the current value of examples



32
33
34
# File 'lib/varar/core/plan.rb', line 32

def examples
  @examples
end

#var_docObject (readonly)

Returns the value of attribute var_doc

Returns:

  • (Object)

    the current value of var_doc



32
33
34
# File 'lib/varar/core/plan.rb', line 32

def var_doc
  @var_doc
end