Method: PDK::Context::AbstractContext#context_path
- Defined in:
- lib/pdk/context.rb
#context_path ⇒ String (readonly)
The path used to create this context, for example the current working directory. This can be different from root_path For example a Module context_path could be /path/to/module/manifests/ but the root_path will be /path/to/module as that is the root of the Module context
46 47 48 |
# File 'lib/pdk/context.rb', line 46 def context_path @context_path end |