Class: Rails::Hyperdrive::InstallPlan::Result
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::InstallPlan::Result
- Defined in:
- lib/rails/hyperdrive/install_plan.rb
Instance Attribute Summary collapse
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#entries ⇒ Object
Returns the value of attribute entries.
Instance Attribute Details
#disabled ⇒ Object
Returns the value of attribute disabled
43 44 45 |
# File 'lib/rails/hyperdrive/install_plan.rb', line 43 def disabled @disabled end |
#entries ⇒ Object
Returns the value of attribute entries
43 44 45 |
# File 'lib/rails/hyperdrive/install_plan.rb', line 43 def entries @entries end |