struct Analyzer::Elixir::Phoenix::RouteMacro

Defined in:

analyzer/analyzers/elixir/elixir_phoenix.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, module_name : String | Nil, param_names : Array(String), default_bindings : Hash(String, String), body_lines : Array(String)) #

[View source]

Instance Method Detail

def body_lines : Array(String) #

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

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

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

[View source]
def module_name : String | Nil #

[View source]
def module_name=(module_name : String | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

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

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

[View source]