Class: Oselvar::Var::Core::AmbiguousInput
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::AmbiguousInput
- Defined in:
- lib/oselvar/var/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
11 12 13 |
# File 'lib/oselvar/var/core/diagnostics.rb', line 11 def candidates @candidates end |
#span ⇒ Object (readonly)
Returns the value of attribute span
11 12 13 |
# File 'lib/oselvar/var/core/diagnostics.rb', line 11 def span @span end |
#text ⇒ Object (readonly)
Returns the value of attribute text
11 12 13 |
# File 'lib/oselvar/var/core/diagnostics.rb', line 11 def text @text end |