Class: Archaeo::HealthDetail
- Inherits:
-
Struct
- Object
- Struct
- Archaeo::HealthDetail
- Defined in:
- lib/archaeo/health_report.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#snapshot ⇒ Object
Returns the value of attribute snapshot.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
9 10 11 |
# File 'lib/archaeo/health_report.rb', line 9 def error @error end |
#snapshot ⇒ Object
Returns the value of attribute snapshot
9 10 11 |
# File 'lib/archaeo/health_report.rb', line 9 def snapshot @snapshot end |
#status ⇒ Object
Returns the value of attribute status
9 10 11 |
# File 'lib/archaeo/health_report.rb', line 9 def status @status end |