Class: Asgard::Doctor::Finding
- Inherits:
-
Struct
- Object
- Struct
- Asgard::Doctor::Finding
- Defined in:
- lib/asgard/doctor.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level
18 19 20 |
# File 'lib/asgard/doctor.rb', line 18 def level @level end |
#message ⇒ Object
Returns the value of attribute message
18 19 20 |
# File 'lib/asgard/doctor.rb', line 18 def @message end |