Class: Archaeo::HealthReport
- Inherits:
-
Struct
- Object
- Struct
- Archaeo::HealthReport
- Defined in:
- lib/archaeo/health_report.rb
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
4 5 6 |
# File 'lib/archaeo/health_report.rb', line 4 def accessible @accessible end |
#details ⇒ Object
Returns the value of attribute details
4 5 6 |
# File 'lib/archaeo/health_report.rb', line 4 def details @details end |
#errors ⇒ Object
Returns the value of attribute errors
4 5 6 |
# File 'lib/archaeo/health_report.rb', line 4 def errors @errors end |
#missing ⇒ Object
Returns the value of attribute missing
4 5 6 |
# File 'lib/archaeo/health_report.rb', line 4 def missing @missing end |
#total ⇒ Object
Returns the value of attribute total
4 5 6 |
# File 'lib/archaeo/health_report.rb', line 4 def total @total end |