Class: Cheftacular::InitializationAction
- Inherits:
-
Object
- Object
- Cheftacular::InitializationAction
- Includes:
- SSHKit::DSL
- Defined in:
- lib/cheftacular/initialization_action.rb,
lib/cheftacular/stateless_actions/help.rb,
lib/cheftacular/stateless_actions/version.rb,
lib/cheftacular/stateless_actions/arguments.rb,
lib/cheftacular/stateless_actions/chef_server.rb,
lib/cheftacular/stateless_actions/cleanup_logs.rb,
lib/cheftacular/stateless_actions/clear_caches.rb,
lib/cheftacular/stateless_actions/compile_readme.rb,
lib/cheftacular/stateless_actions/update_cookbook.rb,
lib/cheftacular/stateless_actions/location_aliases.rb,
lib/cheftacular/stateless_actions/cheftacular_yml_help.rb,
lib/cheftacular/stateless_actions/initialize_cheftacular_yml.rb
Instance Method Summary collapse
- #arguments ⇒ Object (also: #flags)
- #chef_server ⇒ Object
- #cheftacular_yml_help ⇒ Object (also: #yml_help)
- #cleanup_logs ⇒ Object
- #clear_caches ⇒ Object
- #compile_readme ⇒ Object
- #help ⇒ Object
-
#initialize(options, config) ⇒ InitializationAction
constructor
A new instance of InitializationAction.
- #initialize_cheftacular_yml ⇒ Object
- #location_aliases ⇒ Object
- #update_cookbook ⇒ Object
- #version ⇒ Object
Constructor Details
#initialize(options, config) ⇒ InitializationAction
Returns a new instance of InitializationAction.
6 7 8 |
# File 'lib/cheftacular/initialization_action.rb', line 6 def initialize , config @options, @config = , config end |
Instance Method Details
#arguments ⇒ Object Also known as: flags
72 73 74 |
# File 'lib/cheftacular/stateless_actions/arguments.rb', line 72 def arguments end |
#chef_server ⇒ Object
31 32 33 |
# File 'lib/cheftacular/stateless_actions/chef_server.rb', line 31 def chef_server end |
#cheftacular_yml_help ⇒ Object Also known as: yml_help
26 27 28 |
# File 'lib/cheftacular/stateless_actions/cheftacular_yml_help.rb', line 26 def cheftacular_yml_help end |
#cleanup_logs ⇒ Object
23 24 25 |
# File 'lib/cheftacular/stateless_actions/cleanup_logs.rb', line 23 def cleanup_logs end |
#clear_caches ⇒ Object
21 22 23 |
# File 'lib/cheftacular/stateless_actions/clear_caches.rb', line 21 def clear_caches end |
#compile_readme ⇒ Object
14 15 16 |
# File 'lib/cheftacular/stateless_actions/compile_readme.rb', line 14 def compile_readme end |
#help ⇒ Object
18 19 20 |
# File 'lib/cheftacular/stateless_actions/help.rb', line 18 def help end |
#initialize_cheftacular_yml ⇒ Object
23 24 25 |
# File 'lib/cheftacular/stateless_actions/initialize_cheftacular_yml.rb', line 23 def initialize_cheftacular_yml end |
#location_aliases ⇒ Object
21 22 23 |
# File 'lib/cheftacular/stateless_actions/location_aliases.rb', line 21 def location_aliases end |
#update_cookbook ⇒ Object
23 24 25 |
# File 'lib/cheftacular/stateless_actions/update_cookbook.rb', line 23 def update_cookbook end |
#version ⇒ Object
21 22 23 |
# File 'lib/cheftacular/stateless_actions/version.rb', line 21 def version end |