struct Analyzer::Ruby::Rails::Frame

Defined in:

analyzer/analyzers/ruby/rails.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : Symbol, path : String = "", controller_subdir : String = "", resource_name : String | Nil = nil, controller_path : String | Nil = nil, controller_scope : String | Nil = nil) #

[View source]

Instance Method Detail

def controller_path : String | Nil #

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

[View source]
def controller_scope : String | Nil #

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

[View source]
def controller_subdir : String #

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

[View source]
def kind : Symbol #

[View source]
def kind=(kind : Symbol) #

[View source]
def path : String #

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

[View source]
def resource_name : String | Nil #

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

[View source]