Class Authorization::DevelopmentSupport::Analyzer::Report
In: lib/declarative_authorization/development_support/analyzer.rb
Parent: Object

Methods

new  

Attributes

filename  [R] 
line  [R] 
message  [R] 
type  [R] 

Public Class methods

[Source]

     # File lib/declarative_authorization/development_support/analyzer.rb, line 243
243:         def initialize (type, filename, line, msg)
244:           @type = type
245:           @filename = filename
246:           @line = line
247:           @message = msg
248:         end

[Validate]