Class: TLDR::Plan
- Inherits:
-
Struct
- Object
- Struct
- TLDR::Plan
- Defined in:
- lib/tldr/value/plan.rb
Instance Attribute Summary collapse
-
#strategy ⇒ Object
Returns the value of attribute strategy.
-
#tests ⇒ Object
Returns the value of attribute tests.
Instance Attribute Details
#strategy ⇒ Object
Returns the value of attribute strategy
2 3 4 |
# File 'lib/tldr/value/plan.rb', line 2 def strategy @strategy end |
#tests ⇒ Object
Returns the value of attribute tests
2 3 4 |
# File 'lib/tldr/value/plan.rb', line 2 def tests @tests end |