Class: Vito::Recipes::Apache::Service
- Inherits:
-
Object
- Object
- Vito::Recipes::Apache::Service
- Defined in:
- lib/vito/recipes/apache/service.rb
Instance Method Summary collapse
-
#initialize(recipe) ⇒ Service
constructor
A new instance of Service.
- #restart ⇒ Object
Constructor Details
#initialize(recipe) ⇒ Service
Returns a new instance of Service.
5 6 7 |
# File 'lib/vito/recipes/apache/service.rb', line 5 def initialize(recipe) @recipe = recipe end |
Instance Method Details
#restart ⇒ Object
9 10 11 12 |
# File 'lib/vito/recipes/apache/service.rb', line 9 def restart end |