Class: SourceMonitor::Fetching::StalledFetchReconciler::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/fetching/stalled_fetch_reconciler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#executed_atObject

Returns the value of attribute executed_at

Returns:

  • (Object)

    the current value of executed_at



8
9
10
# File 'lib/source_monitor/fetching/stalled_fetch_reconciler.rb', line 8

def executed_at
  @executed_at
end

#jobs_removedObject

Returns the value of attribute jobs_removed

Returns:

  • (Object)

    the current value of jobs_removed



8
9
10
# File 'lib/source_monitor/fetching/stalled_fetch_reconciler.rb', line 8

def jobs_removed
  @jobs_removed
end

#recovered_source_idsObject

Returns the value of attribute recovered_source_ids

Returns:

  • (Object)

    the current value of 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