Class: Oselvar::Var::Core::Plan::Ambiguity

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

Instance Attribute Summary collapse

Instance Attribute Details

#candidatesObject (readonly)

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



40
41
42
# File 'lib/oselvar/var/core/plan.rb', line 40

def candidates
  @candidates
end

#match_endObject (readonly)

Returns the value of attribute match_end

Returns:

  • (Object)

    the current value of match_end



40
41
42
# File 'lib/oselvar/var/core/plan.rb', line 40

def match_end
  @match_end
end

#match_startObject (readonly)

Returns the value of attribute match_start

Returns:

  • (Object)

    the current value of match_start



40
41
42
# File 'lib/oselvar/var/core/plan.rb', line 40

def match_start
  @match_start
end