Class: Envdoctor::Scanner::Finding
- Inherits:
-
Struct
- Object
- Struct
- Envdoctor::Scanner::Finding
- Defined in:
- lib/envdoctor/scanner.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
17 18 19 |
# File 'lib/envdoctor/scanner.rb', line 17 def @message end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/envdoctor/scanner.rb', line 17 def name @name end |
#origin ⇒ Object
Returns the value of attribute origin
17 18 19 |
# File 'lib/envdoctor/scanner.rb', line 17 def origin @origin end |
#rule ⇒ Object
Returns the value of attribute rule
17 18 19 |
# File 'lib/envdoctor/scanner.rb', line 17 def rule @rule end |
#severity ⇒ Object
Returns the value of attribute severity
17 18 19 |
# File 'lib/envdoctor/scanner.rb', line 17 def severity @severity end |