Class: SourceMonitor::Fetching::StalledFetchReconciler::Result
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Fetching::StalledFetchReconciler::Result
- Defined in:
- lib/source_monitor/fetching/stalled_fetch_reconciler.rb
Instance Attribute Summary collapse
-
#executed_at ⇒ Object
Returns the value of attribute executed_at.
-
#jobs_removed ⇒ Object
Returns the value of attribute jobs_removed.
-
#recovered_source_ids ⇒ Object
Returns the value of attribute recovered_source_ids.
Instance Attribute Details
#executed_at ⇒ Object
Returns the value of attribute executed_at
8 9 10 |
# File 'lib/source_monitor/fetching/stalled_fetch_reconciler.rb', line 8 def executed_at @executed_at end |
#jobs_removed ⇒ Object
Returns the value of attribute jobs_removed
8 9 10 |
# File 'lib/source_monitor/fetching/stalled_fetch_reconciler.rb', line 8 def jobs_removed @jobs_removed end |
#recovered_source_ids ⇒ Object
Returns the value of attribute recovered_source_ids
8 9 10 |
# File 'lib/source_monitor/fetching/stalled_fetch_reconciler.rb', line 8 def recovered_source_ids @recovered_source_ids end |