Class: Archaeo::HealthReport
- Inherits:
-
Struct
- Object
- Struct
- Archaeo::HealthReport
- Defined in:
- lib/archaeo/archive_health_check.rb
Overview
Verifies that archived snapshots are still accessible.
Checks each snapshot by performing HEAD requests to the archive URL and reporting accessibility status.
Instance Attribute Summary collapse
-
#accessible ⇒ Object
Returns the value of attribute accessible.
-
#details ⇒ Object
Returns the value of attribute details.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#missing ⇒ Object
Returns the value of attribute missing.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#accessible ⇒ Object
Returns the value of attribute accessible
8 9 10 |
# File 'lib/archaeo/archive_health_check.rb', line 8 def accessible @accessible end |
#details ⇒ Object
Returns the value of attribute details
8 9 10 |
# File 'lib/archaeo/archive_health_check.rb', line 8 def details @details end |
#errors ⇒ Object
Returns the value of attribute errors
8 9 10 |
# File 'lib/archaeo/archive_health_check.rb', line 8 def errors @errors end |
#missing ⇒ Object
Returns the value of attribute missing
8 9 10 |
# File 'lib/archaeo/archive_health_check.rb', line 8 def missing @missing end |
#total ⇒ Object
Returns the value of attribute total
8 9 10 |
# File 'lib/archaeo/archive_health_check.rb', line 8 def total @total end |