Class: RailsMcpInsight::Analyzers::AstParser::MethodInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



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

def visibility
  @visibility
end