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



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

def installed
  @installed
end

#mergedObject

Returns the value of attribute merged

Returns:

  • (Object)

    the current value of merged



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

def merged
  @merged
end

#orphanedObject

Returns the value of attribute orphaned

Returns:

  • (Object)

    the current value of orphaned



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

def orphaned
  @orphaned
end

#removedObject

Returns the value of attribute removed

Returns:

  • (Object)

    the current value of removed



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

def removed
  @removed
end

#sidecarsObject

Returns the value of attribute sidecars

Returns:

  • (Object)

    the current value of sidecars



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

def sidecars
  @sidecars
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



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

def skipped
  @skipped
end

#unchangedObject

Returns the value of attribute unchanged

Returns:

  • (Object)

    the current value of unchanged



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

def unchanged
  @unchanged
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



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

def updated
  @updated
end