Class: Archaeo::HealthDetail
- Inherits:
-
Struct
- Object
- Struct
- Archaeo::HealthDetail
- Defined in:
- lib/archaeo/archive_health_check.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
13 14 15 |
# File 'lib/archaeo/archive_health_check.rb', line 13 def error @error end |
#snapshot ⇒ Object
Returns the value of attribute snapshot
13 14 15 |
# File 'lib/archaeo/archive_health_check.rb', line 13 def snapshot @snapshot end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/archaeo/archive_health_check.rb', line 13 def status @status end |