Class: RubyLLM::Toolbox::RubyOutline::Entry
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Toolbox::RubyOutline::Entry
- Defined in:
- lib/ruby_llm/toolbox/ruby_outline.rb
Instance Attribute Summary collapse
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#line ⇒ Object
Returns the value of attribute line.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#depth ⇒ Object
Returns the value of attribute depth
26 27 28 |
# File 'lib/ruby_llm/toolbox/ruby_outline.rb', line 26 def depth @depth end |
#kind ⇒ Object
Returns the value of attribute kind
26 27 28 |
# File 'lib/ruby_llm/toolbox/ruby_outline.rb', line 26 def kind @kind end |
#line ⇒ Object
Returns the value of attribute line
26 27 28 |
# File 'lib/ruby_llm/toolbox/ruby_outline.rb', line 26 def line @line end |
#name ⇒ Object
Returns the value of attribute name
26 27 28 |
# File 'lib/ruby_llm/toolbox/ruby_outline.rb', line 26 def name @name end |