Class: RailsMcpInsight::Analyzers::AstParser::ClassInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_mcp_insight/analyzers/ast_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_linesObject

Returns the value of attribute body_lines

Returns:

  • (Object)

    the current value of body_lines



29
30
31
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 29

def body_lines
  @body_lines
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



29
30
31
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 29

def line
  @line
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



29
30
31
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 29

def name
  @name
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



29
30
31
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 29

def parent
  @parent
end