Class: GemXray::Editors::GemfileEditor::EditResult
- Inherits:
-
Struct
- Object
- Struct
- GemXray::Editors::GemfileEditor::EditResult
- Defined in:
- lib/gemxray/editors/gemfile_editor.rb
Instance Attribute Summary collapse
-
#backup_path ⇒ Object
Returns the value of attribute backup_path.
-
#dry_run ⇒ Object
Returns the value of attribute dry_run.
-
#preview ⇒ Object
Returns the value of attribute preview.
-
#removed ⇒ Object
Returns the value of attribute removed.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#backup_path ⇒ Object
Returns the value of attribute backup_path
8 9 10 |
# File 'lib/gemxray/editors/gemfile_editor.rb', line 8 def backup_path @backup_path end |
#dry_run ⇒ Object
Returns the value of attribute dry_run
8 9 10 |
# File 'lib/gemxray/editors/gemfile_editor.rb', line 8 def dry_run @dry_run end |
#preview ⇒ Object
Returns the value of attribute preview
8 9 10 |
# File 'lib/gemxray/editors/gemfile_editor.rb', line 8 def preview @preview end |
#removed ⇒ Object
Returns the value of attribute removed
8 9 10 |
# File 'lib/gemxray/editors/gemfile_editor.rb', line 8 def removed @removed end |
#skipped ⇒ Object
Returns the value of attribute skipped
8 9 10 |
# File 'lib/gemxray/editors/gemfile_editor.rb', line 8 def skipped @skipped end |