Class: Maintenance::SourceAttributionBackfill::Result
- Inherits:
-
Data
- Object
- Data
- Maintenance::SourceAttributionBackfill::Result
- Defined in:
- app/services/maintenance/source_attribution_backfill.rb
Overview
Typed per-tier summary returned by every restore_* method.
Instance Attribute Summary collapse
-
#candidates ⇒ Object
readonly
Returns the value of attribute candidates.
-
#changed ⇒ Object
readonly
Returns the value of attribute changed.
-
#changes ⇒ Object
readonly
Returns the value of attribute changes.
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#tier ⇒ Object
readonly
Returns the value of attribute tier.
-
#unrestorable ⇒ Object
readonly
Returns the value of attribute unrestorable.
Instance Attribute Details
#candidates ⇒ Object (readonly)
Returns the value of attribute candidates
26 27 28 |
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26 def candidates @candidates end |
#changed ⇒ Object (readonly)
Returns the value of attribute changed
26 27 28 |
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26 def changed @changed end |
#changes ⇒ Object (readonly)
Returns the value of attribute changes
26 27 28 |
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26 def changes @changes end |
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
26 27 28 |
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26 def dry_run @dry_run end |
#errors ⇒ Object (readonly)
Returns the value of attribute errors
26 27 28 |
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26 def errors @errors end |
#tier ⇒ Object (readonly)
Returns the value of attribute tier
26 27 28 |
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26 def tier @tier end |
#unrestorable ⇒ Object (readonly)
Returns the value of attribute unrestorable
26 27 28 |
# File 'app/services/maintenance/source_attribution_backfill.rb', line 26 def unrestorable @unrestorable end |