Method: PDK::Module::Convert#template_url
- Defined in:
- lib/pdk/module/convert.rb
#template_url ⇒ Object
105 106 107 |
# File 'lib/pdk/module/convert.rb', line 105 def template_url @template_url ||= .fetch(:'template-url', PDK::Util.default_template_url) end |