Class: TLDR::Plan

Inherits:
Struct
  • Object
show all
Defined in:
lib/tldr/value/plan.rb

Instance Attribute Summary collapse

Instance Attribute Details

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



2
3
4
# File 'lib/tldr/value/plan.rb', line 2

def strategy
  @strategy
end

#testsObject

Returns the value of attribute tests

Returns:

  • (Object)

    the current value of tests



2
3
4
# File 'lib/tldr/value/plan.rb', line 2

def tests
  @tests
end