Class: RailsOnboarding::Backfill::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_onboarding/backfill.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dry_runObject

Returns the value of attribute dry_run

Returns:

  • (Object)

    the current value of dry_run



25
26
27
# File 'lib/rails_onboarding/backfill.rb', line 25

def dry_run
  @dry_run
end

#matchedObject

Returns the value of attribute matched

Returns:

  • (Object)

    the current value of matched



25
26
27
# File 'lib/rails_onboarding/backfill.rb', line 25

def matched
  @matched
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



25
26
27
# File 'lib/rails_onboarding/backfill.rb', line 25

def updated
  @updated
end

Instance Method Details

#dry_run?Boolean

Returns:

  • (Boolean)


26
27
28
# File 'lib/rails_onboarding/backfill.rb', line 26

def dry_run?
  dry_run
end