Class: GemXray::Editors::GemfileEditor::EditResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemxray/editors/gemfile_editor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backup_pathObject

Returns the value of attribute backup_path

Returns:

  • (Object)

    the current value of backup_path



8
9
10
# File 'lib/gemxray/editors/gemfile_editor.rb', line 8

def backup_path
  @backup_path
end

#dry_runObject

Returns the value of attribute dry_run

Returns:

  • (Object)

    the current value of dry_run



8
9
10
# File 'lib/gemxray/editors/gemfile_editor.rb', line 8

def dry_run
  @dry_run
end

#previewObject

Returns the value of attribute preview

Returns:

  • (Object)

    the current value of preview



8
9
10
# File 'lib/gemxray/editors/gemfile_editor.rb', line 8

def preview
  @preview
end

#removedObject

Returns the value of attribute removed

Returns:

  • (Object)

    the current value of removed



8
9
10
# File 'lib/gemxray/editors/gemfile_editor.rb', line 8

def removed
  @removed
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



8
9
10
# File 'lib/gemxray/editors/gemfile_editor.rb', line 8

def skipped
  @skipped
end