Method: Chef::Resource::FogKeyPair#after
- Defined in:
- lib/chef/resource/fog_key_pair.rb
#after(&block) ⇒ Object
Proc that runs after the resource completes. Called with (resource, private_key, public_key)
26 27 28 |
# File 'lib/chef/resource/fog_key_pair.rb', line 26 def after(&block) block ? @after = block : @after end |