Class: SourceMonitor::Health::SourceHealthCheck::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/health/source_health_check.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



6
7
8
# File 'lib/source_monitor/health/source_health_check.rb', line 6

def error
  @error
end

#logObject

Returns the value of attribute log

Returns:

  • (Object)

    the current value of log



6
7
8
# File 'lib/source_monitor/health/source_health_check.rb', line 6

def log
  @log
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



6
7
8
# File 'lib/source_monitor/health/source_health_check.rb', line 6

def success?
  @success?
end