Class: RailsMcpInsight::Analyzers::AstParser::DslCall
- Inherits:
-
Struct
- Object
- Struct
- RailsMcpInsight::Analyzers::AstParser::DslCall
- 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.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
31 32 33 |
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 31 def args @args end |
#line ⇒ Object
Returns the value of attribute line
31 32 33 |
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 31 def line @line end |
#method_name ⇒ Object
Returns the value of attribute method_name
31 32 33 |
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 31 def method_name @method_name end |
#options ⇒ Object
Returns the value of attribute options
31 32 33 |
# File 'lib/rails_mcp_insight/analyzers/ast_parser.rb', line 31 def @options end |