Class: RailsMcpInsight::Analyzers::AstParser::DslCall

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



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

def args
  @args
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



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

def method_name
  @method_name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end