Class: SourceMonitor::Health::ImportSourceHealthCheck::Result
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Health::ImportSourceHealthCheck::Result
- Defined in:
- lib/source_monitor/health/import_source_health_check.rb
Instance Attribute Summary collapse
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#http_status ⇒ Object
Returns the value of attribute http_status.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#error_message ⇒ Object
Returns the value of attribute error_message
6 7 8 |
# File 'lib/source_monitor/health/import_source_health_check.rb', line 6 def @error_message end |
#http_status ⇒ Object
Returns the value of attribute http_status
6 7 8 |
# File 'lib/source_monitor/health/import_source_health_check.rb', line 6 def http_status @http_status end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/source_monitor/health/import_source_health_check.rb', line 6 def status @status end |