Class: HammerCLIForeman::Template::ListCommand
- Inherits:
-
ListCommand
- Object
- ListCommand
- HammerCLIForeman::Template::ListCommand
- Defined in:
- lib/hammer_cli_foreman/template.rb
Instance Method Summary collapse
Instance Method Details
#extend_data(tpl) ⇒ Object
25 26 27 28 29 30 31 32 33 34 |
# File 'lib/hammer_cli_foreman/template.rb', line 25 def extend_data(tpl) if tpl["snippet"] tpl["type"] = "snippet" elsif tpl["template_kind"] tpl["type"] = tpl["template_kind"]["name"] else tpl["type"] = tpl["template_kind_name"] end tpl end |