struct Analyzer::Elixir::Phoenix::RouteMacroInvocation

Defined in:

analyzer/analyzers/elixir/elixir_phoenix.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(route_macro : RouteMacro, positional_args : Array(String), keyword_args : Hash(String, String)) #

[View source]

Instance Method Detail

def keyword_args : Hash(String, String) #

[View source]
def keyword_args=(keyword_args : Hash(String, String)) #

[View source]
def positional_args : Array(String) #

[View source]
def positional_args=(positional_args : Array(String)) #

[View source]
def route_macro : RouteMacro #

[View source]
def route_macro=(route_macro : RouteMacro) #

[View source]