Class: Varar::Core::Plan::Ambiguity
- Inherits:
-
Data
- Object
- Data
- Varar::Core::Plan::Ambiguity
- Defined in:
- lib/varar/core/plan.rb
Instance Attribute Summary collapse
-
#candidates ⇒ Object
readonly
Returns the value of attribute candidates.
-
#match_end ⇒ Object
readonly
Returns the value of attribute match_end.
-
#match_start ⇒ Object
readonly
Returns the value of attribute match_start.
Instance Attribute Details
#candidates ⇒ Object (readonly)
Returns the value of attribute candidates
39 40 41 |
# File 'lib/varar/core/plan.rb', line 39 def candidates @candidates end |
#match_end ⇒ Object (readonly)
Returns the value of attribute match_end
39 40 41 |
# File 'lib/varar/core/plan.rb', line 39 def match_end @match_end end |
#match_start ⇒ Object (readonly)
Returns the value of attribute match_start
39 40 41 |
# File 'lib/varar/core/plan.rb', line 39 def match_start @match_start end |