Class: Varar::Core::AmbiguousInput

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/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



10
11
12
# File 'lib/varar/core/diagnostics.rb', line 10

def candidates
  @candidates
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



10
11
12
# File 'lib/varar/core/diagnostics.rb', line 10

def span
  @span
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



10
11
12
# File 'lib/varar/core/diagnostics.rb', line 10

def text
  @text
end