Class: SourceMonitor::Health::SourceHealthCheck::Result
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Health::SourceHealthCheck::Result
- Defined in:
- lib/source_monitor/health/source_health_check.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#log ⇒ Object
Returns the value of attribute log.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
6 7 8 |
# File 'lib/source_monitor/health/source_health_check.rb', line 6 def error @error end |
#log ⇒ Object
Returns the value of attribute 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?
6 7 8 |
# File 'lib/source_monitor/health/source_health_check.rb', line 6
def success?
@success?
end
|