Class: Oselvar::Var::Core::AmbiguousInput

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/core/diagnostics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#candidatesObject (readonly)

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



11
12
13
# File 'lib/oselvar/var/core/diagnostics.rb', line 11

def candidates
  @candidates
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



11
12
13
# File 'lib/oselvar/var/core/diagnostics.rb', line 11

def span
  @span
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



11
12
13
# File 'lib/oselvar/var/core/diagnostics.rb', line 11

def text
  @text
end