Method: PDK::Template::Renderer::AbstractRenderer#template_root

Defined in:
lib/pdk/template/renderer.rb

#template_rootString (readonly)

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.

Returns The path to where the template exists on disk.

Returns:

  • (String)

    The path to where the template exists on disk



36
37
38
# File 'lib/pdk/template/renderer.rb', line 36

def template_root
  @template_root
end