Class: RailsOnboarding::Backfill::Result
- Inherits:
-
Struct
- Object
- Struct
- RailsOnboarding::Backfill::Result
- Defined in:
- lib/rails_onboarding/backfill.rb
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
Returns the value of attribute dry_run.
-
#matched ⇒ Object
Returns the value of attribute matched.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Method Summary collapse
Instance Attribute Details
#dry_run ⇒ Object
Returns the value of attribute dry_run
25 26 27 |
# File 'lib/rails_onboarding/backfill.rb', line 25 def dry_run @dry_run end |
#matched ⇒ Object
Returns the value of attribute matched
25 26 27 |
# File 'lib/rails_onboarding/backfill.rb', line 25 def matched @matched end |
#updated ⇒ Object
Returns the value of attribute updated
25 26 27 |
# File 'lib/rails_onboarding/backfill.rb', line 25 def updated @updated end |
Instance Method Details
#dry_run? ⇒ Boolean
26 27 28 |
# File 'lib/rails_onboarding/backfill.rb', line 26 def dry_run? dry_run end |