Class: Archaeo::HealthReport

Inherits:
Struct
  • Object
show all
Defined in:
lib/archaeo/health_report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accessibleObject

Returns the value of attribute accessible

Returns:

  • (Object)

    the current value of accessible



4
5
6
# File 'lib/archaeo/health_report.rb', line 4

def accessible
  @accessible
end

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



4
5
6
# File 'lib/archaeo/health_report.rb', line 4

def details
  @details
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



4
5
6
# File 'lib/archaeo/health_report.rb', line 4

def errors
  @errors
end

#missingObject

Returns the value of attribute missing

Returns:

  • (Object)

    the current value of missing



4
5
6
# File 'lib/archaeo/health_report.rb', line 4

def missing
  @missing
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



4
5
6
# File 'lib/archaeo/health_report.rb', line 4

def total
  @total
end