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