Class: Stove::Action::Start

Inherits:
Base
  • Object
show all
Defined in:
lib/stove/actions/start.rb

Instance Attribute Summary

Attributes inherited from Base

#cookbook, #options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Mixin::Optionable

extended, included

Methods included from Mixin::Validatable

#validate

Constructor Details

This class inherits a constructor from Stove::Action::Base

Instance Method Details

#runObject



3
4
5
# File 'lib/stove/actions/start.rb', line 3

def run
  log.info("Running Stove #{Stove::VERSION} on `#{cookbook.name}'")
end