Class: Varar::Core::Plan::BlockPlan

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

Instance Attribute Summary collapse

Instance Attribute Details

#ambiguitiesObject (readonly)

Returns the value of attribute ambiguities

Returns:

  • (Object)

    the current value of ambiguities



38
39
40
# File 'lib/varar/core/plan.rb', line 38

def ambiguities
  @ambiguities
end

#stepsObject (readonly)

Returns the value of attribute steps

Returns:

  • (Object)

    the current value of steps



38
39
40
# File 'lib/varar/core/plan.rb', line 38

def steps
  @steps
end