Class: EySecrets::Restart
- Inherits:
-
Struct
- Object
- Struct
- EySecrets::Restart
- Includes:
- CommandBuilder
- Defined in:
- lib/ey_secrets/actions/restart.rb
Instance Attribute Summary collapse
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
Methods included from CommandBuilder
Instance Attribute Details
#instance ⇒ Object
Returns the value of attribute instance
2 3 4 |
# File 'lib/ey_secrets/actions/restart.rb', line 2 def instance @instance end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/ey_secrets/actions/restart.rb', line 2 def @options end |
Instance Method Details
#build ⇒ Object
5 6 7 8 |
# File 'lib/ey_secrets/actions/restart.rb', line 5 def build restart_monit restart_passenger end |