Class: ManifestUpdater::Result
- Inherits:
-
Struct
- Object
- Struct
- ManifestUpdater::Result
- Defined in:
- lib/spm_version_updates/manifest_updater.rb
Overview
Result of rewriting one manifest’s dependency declarations.
Instance Attribute Summary collapse
-
#applied ⇒ Object
Returns the value of attribute applied.
-
#changed ⇒ Object
Returns the value of attribute changed.
-
#content ⇒ Object
Returns the value of attribute content.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Method Summary collapse
Instance Attribute Details
#applied ⇒ Object
Returns the value of attribute applied
12 13 14 |
# File 'lib/spm_version_updates/manifest_updater.rb', line 12 def applied @applied end |
#changed ⇒ Object
Returns the value of attribute changed
12 13 14 |
# File 'lib/spm_version_updates/manifest_updater.rb', line 12 def changed @changed end |
#content ⇒ Object
Returns the value of attribute content
12 13 14 |
# File 'lib/spm_version_updates/manifest_updater.rb', line 12 def content @content end |
#skipped ⇒ Object
Returns the value of attribute skipped
12 13 14 |
# File 'lib/spm_version_updates/manifest_updater.rb', line 12 def skipped @skipped end |
Instance Method Details
#changed? ⇒ Boolean
13 14 15 |
# File 'lib/spm_version_updates/manifest_updater.rb', line 13 def changed? changed end |