Class: Pray::VerificationFinding
- Inherits:
-
Struct
- Object
- Struct
- Pray::VerificationFinding
- Defined in:
- lib/pray/verify.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
4 5 6 |
# File 'lib/pray/verify.rb', line 4 def kind @kind end |
#message ⇒ Object
Returns the value of attribute message
4 5 6 |
# File 'lib/pray/verify.rb', line 4 def @message end |
Instance Method Details
#error? ⇒ Boolean
6 |
# File 'lib/pray/verify.rb', line 6 def error? = !warning? |
#warning? ⇒ Boolean
5 |
# File 'lib/pray/verify.rb', line 5 def warning? = kind == "orphan_marker" |