Class: Maintenance::SourceAttributionBackfill::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/maintenance/source_attribution_backfill.rb

Overview

Typed per-tier summary returned by every restore_* method.

Instance Attribute Summary collapse

Instance Attribute Details

#candidatesObject (readonly)

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



26
27
28
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26

def candidates
  @candidates
end

#changedObject (readonly)

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



26
27
28
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26

def changed
  @changed
end

#changesObject (readonly)

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



26
27
28
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26

def changes
  @changes
end

#dry_runObject (readonly)

Returns the value of attribute dry_run

Returns:

  • (Object)

    the current value of dry_run



26
27
28
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26

def dry_run
  @dry_run
end

#errorsObject (readonly)

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



26
27
28
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26

def errors
  @errors
end

#tierObject (readonly)

Returns the value of attribute tier

Returns:

  • (Object)

    the current value of tier



26
27
28
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26

def tier
  @tier
end

#unrestorableObject (readonly)

Returns the value of attribute unrestorable

Returns:

  • (Object)

    the current value of unrestorable



26
27
28
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26

def unrestorable
  @unrestorable
end