struct Analyzer::Elixir::Phoenix::ControllerAction

Defined in:

analyzer/analyzers/elixir/elixir_phoenix.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(controller : String, action : String) #

[View source]

Instance Method Detail

def action : String #

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

[View source]
def controller : String #

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

[View source]