Class: Archaeo::HealthDetail

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



9
10
11
# File 'lib/archaeo/health_report.rb', line 9

def error
  @error
end

#snapshotObject

Returns the value of attribute snapshot

Returns:

  • (Object)

    the current value of snapshot



9
10
11
# File 'lib/archaeo/health_report.rb', line 9

def snapshot
  @snapshot
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/archaeo/health_report.rb', line 9

def status
  @status
end