Class: RubyLLM::Toolbox::RubyOutline::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_llm/toolbox/ruby_outline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



26
27
28
# File 'lib/ruby_llm/toolbox/ruby_outline.rb', line 26

def depth
  @depth
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



26
27
28
# File 'lib/ruby_llm/toolbox/ruby_outline.rb', line 26

def kind
  @kind
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



26
27
28
# File 'lib/ruby_llm/toolbox/ruby_outline.rb', line 26

def line
  @line
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



26
27
28
# File 'lib/ruby_llm/toolbox/ruby_outline.rb', line 26

def name
  @name
end