Class: LangExtract::Core::Resolver::FuzzySourceContext

Inherits:
Data
  • Object
show all
Defined in:
lib/langextract/core/resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



17
18
19
# File 'lib/langextract/core/resolver.rb', line 17

def index
  @index
end

#tokensObject (readonly)

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



17
18
19
# File 'lib/langextract/core/resolver.rb', line 17

def tokens
  @tokens
end