Class: Bulletproof::Violation
- Inherits:
-
Data
- Object
- Data
- Bulletproof::Violation
- Defined in:
- lib/bulletproof/report.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
Instance Attribute Details
#file ⇒ Object (readonly)
Returns the value of attribute file
4 5 6 |
# File 'lib/bulletproof/report.rb', line 4 def file @file end |
#line ⇒ Object (readonly)
Returns the value of attribute line
4 5 6 |
# File 'lib/bulletproof/report.rb', line 4 def line @line end |
#message ⇒ Object (readonly)
Returns the value of attribute message
4 5 6 |
# File 'lib/bulletproof/report.rb', line 4 def @message end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
4 5 6 |
# File 'lib/bulletproof/report.rb', line 4 def severity @severity end |