struct
Analyzer::Ruby::Rails::Frame
- Analyzer::Ruby::Rails::Frame
- Struct
- Value
- Object
Defined in:
analyzer/analyzers/ruby/rails.crConstructors
Instance Method Summary
- #controller_path : String | Nil
- #controller_path=(controller_path : String | Nil)
- #controller_scope : String | Nil
- #controller_scope=(controller_scope : String | Nil)
- #controller_subdir : String
- #controller_subdir=(controller_subdir : String)
- #kind : Symbol
- #kind=(kind : Symbol)
- #path : String
- #path=(path : String)
- #resource_name : String | Nil
- #resource_name=(resource_name : String | Nil)
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)
#