Class: PoiseApplicationRuby::Resources::Ruby::Resource
- Inherits:
-
PoiseRuby::Resources::RubyRuntime::Resource
- Object
- PoiseRuby::Resources::RubyRuntime::Resource
- PoiseApplicationRuby::Resources::Ruby::Resource
- Includes:
- AppMixin
- Defined in:
- lib/poise_application_ruby/resources/ruby.rb
Overview
An application_ruby resource to manage Ruby runtimes
inside an Application cookbook deployment.
Instance Method Summary collapse
-
#after_created ⇒ Object
private
Set this resource as the app_state's parent ruby.
Instance Method Details
#after_created ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Set this resource as the app_state's parent ruby.
48 49 50 51 52 |
# File 'lib/poise_application_ruby/resources/ruby.rb', line 48 def after_created super.tap do |val| app_state_ruby(self) end end |