Class: Varar::Core::AmbiguousInput
- Inherits:
-
Data
- Object
- Data
- Varar::Core::AmbiguousInput
- Defined in:
- lib/varar/core/diagnostics.rb
Instance Attribute Summary collapse
-
#candidates ⇒ Object
readonly
Returns the value of attribute candidates.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#candidates ⇒ Object (readonly)
Returns the value of attribute candidates
10 11 12 |
# File 'lib/varar/core/diagnostics.rb', line 10 def candidates @candidates end |
#span ⇒ Object (readonly)
Returns the value of attribute span
10 11 12 |
# File 'lib/varar/core/diagnostics.rb', line 10 def span @span end |
#text ⇒ Object (readonly)
Returns the value of attribute text
10 11 12 |
# File 'lib/varar/core/diagnostics.rb', line 10 def text @text end |