Class: SourceMonitor::Health::ImportSourceHealthCheck::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



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

def error_message
  @error_message
end

#http_statusObject

Returns the value of attribute http_status

Returns:

  • (Object)

    the current value of http_status



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

def http_status
  @http_status
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end