Class: ManifestUpdater::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/spm_version_updates/manifest_updater.rb

Overview

Result of rewriting one manifest’s dependency declarations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#appliedObject

Returns the value of attribute applied

Returns:

  • (Object)

    the current value of applied



12
13
14
# File 'lib/spm_version_updates/manifest_updater.rb', line 12

def applied
  @applied
end

#changedObject

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



12
13
14
# File 'lib/spm_version_updates/manifest_updater.rb', line 12

def changed
  @changed
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



12
13
14
# File 'lib/spm_version_updates/manifest_updater.rb', line 12

def content
  @content
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



12
13
14
# File 'lib/spm_version_updates/manifest_updater.rb', line 12

def skipped
  @skipped
end

Instance Method Details

#changed?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/spm_version_updates/manifest_updater.rb', line 13

def changed?
  changed
end