Class: Chef::Knife::Cloud::GoogleServerDelete
- Inherits:
-
ServerDeleteCommand
- Object
- ServerDeleteCommand
- Chef::Knife::Cloud::GoogleServerDelete
- Includes:
- GoogleServiceOptions, ServerDeleteOptions
- Defined in:
- lib/chef/knife/google_server_delete.rb
Instance Method Summary collapse
Methods included from GoogleServiceOptions
Instance Method Details
#validate_params! ⇒ Object
40 41 42 43 |
# File 'lib/chef/knife/google_server_delete.rb', line 40 def validate_params! check_for_missing_config_values! super end |