Class: Rails::Hyperdrive::InstallPipeline::Result
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::InstallPipeline::Result
- Defined in:
- lib/rails/hyperdrive/install_pipeline.rb
Instance Attribute Summary collapse
-
#installed ⇒ Object
Returns the value of attribute installed.
-
#orphaned ⇒ Object
Returns the value of attribute orphaned.
-
#removed ⇒ Object
Returns the value of attribute removed.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#unchanged ⇒ Object
Returns the value of attribute unchanged.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Attribute Details
#installed ⇒ Object
Returns the value of attribute installed
25 26 27 |
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25 def installed @installed end |
#orphaned ⇒ Object
Returns the value of attribute orphaned
25 26 27 |
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25 def orphaned @orphaned end |
#removed ⇒ Object
Returns the value of attribute removed
25 26 27 |
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25 def removed @removed end |
#skipped ⇒ Object
Returns the value of attribute skipped
25 26 27 |
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25 def skipped @skipped end |
#unchanged ⇒ Object
Returns the value of attribute unchanged
25 26 27 |
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25 def unchanged @unchanged end |
#updated ⇒ Object
Returns the value of attribute updated
25 26 27 |
# File 'lib/rails/hyperdrive/install_pipeline.rb', line 25 def updated @updated end |