Class: Rails::Hyperdrive::InstallPipeline::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails/hyperdrive/install_pipeline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#installedObject

Returns the value of attribute installed

Returns:

  • (Object)

    the current value of installed



25
26
27
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25

def installed
  @installed
end

#orphanedObject

Returns the value of attribute orphaned

Returns:

  • (Object)

    the current value of orphaned



25
26
27
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25

def orphaned
  @orphaned
end

#removedObject

Returns the value of attribute removed

Returns:

  • (Object)

    the current value of removed



25
26
27
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25

def removed
  @removed
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



25
26
27
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25

def skipped
  @skipped
end

#unchangedObject

Returns the value of attribute unchanged

Returns:

  • (Object)

    the current value of unchanged



25
26
27
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25

def unchanged
  @unchanged
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



25
26
27
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25

def updated
  @updated
end