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
30 31 32 |
# File 'lib/envdoctor/scanner.rb', line 30 def @message end |
#name ⇒ Object
Returns the value of attribute name
30 31 32 |
# File 'lib/envdoctor/scanner.rb', line 30 def name @name end |
#origin ⇒ Object
Returns the value of attribute origin
30 31 32 |
# File 'lib/envdoctor/scanner.rb', line 30 def origin @origin end |
#rule ⇒ Object
Returns the value of attribute rule
30 31 32 |
# File 'lib/envdoctor/scanner.rb', line 30 def rule @rule end |
#severity ⇒ Object
Returns the value of attribute severity
30 31 32 |
# File 'lib/envdoctor/scanner.rb', line 30 def severity @severity end |