struct

Analyzer::Elixir::Phoenix::RouteMacro

Inherits Struct < Value < Object

Constructors

new(name : String, module_name : String | Nil, param_names : Array(String), default_bindings : Hash(String, String), body_lines : Array(String))
Source

Instance methods

body_lines
Source
body_lines=(body_lines : Array(String))
Source
default_bindings
Source
default_bindings=(default_bindings : Hash(String, String))
Source
module_name
Source
module_name=(module_name : String | Nil)
Source
name
Source
name=(name : String)
Source
param_names
Source
param_names=(param_names : Array(String))
Source