class Authorization::DevelopmentSupport::Analyzer::Report
Attributes
filename[R]
line[R]
message[R]
type[R]
Public Class Methods
new(type, filename, line, msg)
click to toggle source
# File lib/declarative_authorization/development_support/analyzer.rb, line 243 def initialize (type, filename, line, msg) @type = type @filename = filename @line = line @message = msg end