Class: RailsMcpInsight::Analyzers::AstParser::ClassInfo
- Inherits:
-
Struct
- Object
- Struct
- RailsMcpInsight::Analyzers::AstParser::ClassInfo
- Defined in:
- lib/rails_mcp_insight/analyzers/ast_parser.rb
Instance Attribute Summary collapse
-
#body_lines ⇒ Object
Returns the value of attribute body_lines.
-
#line ⇒ Object
Returns the value of attribute line.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent ⇒ Object
Returns the value of attribute parent.
Instance Attribute Details
#body_lines ⇒ Object
Returns the value of attribute body_lines
29 30 31 |
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 29 def body_lines @body_lines end |
#line ⇒ Object
Returns the value of attribute line
29 30 31 |
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 29 def line @line end |
#name ⇒ Object
Returns the value of attribute name
29 30 31 |
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 29 def name @name end |
#parent ⇒ Object
Returns the value of attribute parent
29 30 31 |
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 29 def parent @parent end |