Class: Graphiti::Audit::Finding
Instance Attribute Summary collapse
-
#check ⇒ Object
Returns the value of attribute check.
-
#message ⇒ Object
Returns the value of attribute message.
-
#remedy ⇒ Object
Returns the value of attribute remedy.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Method Summary collapse
Instance Attribute Details
#check ⇒ Object
Returns the value of attribute check
4 5 6 |
# File 'lib/graphiti/audit.rb', line 4 def check @check end |
#message ⇒ Object
Returns the value of attribute message
4 5 6 |
# File 'lib/graphiti/audit.rb', line 4 def @message end |
#remedy ⇒ Object
Returns the value of attribute remedy
4 5 6 |
# File 'lib/graphiti/audit.rb', line 4 def remedy @remedy end |
#severity ⇒ Object
Returns the value of attribute severity
4 5 6 |
# File 'lib/graphiti/audit.rb', line 4 def severity @severity end |
Instance Method Details
#error? ⇒ Boolean
5 6 7 |
# File 'lib/graphiti/audit.rb', line 5 def error? severity == :error end |