Class: PoiseApplicationPython::Resources::Python::Resource
- Inherits:
-
PoisePython::Resources::PythonRuntime::Resource
- Object
- PoisePython::Resources::PythonRuntime::Resource
- PoiseApplicationPython::Resources::Python::Resource
- Includes:
- AppMixin
- Defined in:
- lib/poise_application_python/resources/python.rb
Overview
An application_python resource to manage Python runtimes
inside an Application cookbook deployment.
Instance Method Summary collapse
-
#after_created ⇒ Object
private
Set this resource as the app_state's parent python.
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 python.
48 49 50 51 52 |
# File 'lib/poise_application_python/resources/python.rb', line 48 def after_created super.tap do |val| app_state_python(self) end end |