Module: HammerCLIForeman::Template::TemplateCreateUpdateCommons
- Included in:
- CreateCommand, UpdateCommand
- Defined in:
- lib/hammer_cli_foreman/template.rb
Instance Method Summary collapse
- #option_snippet ⇒ Object
-
#option_template_kind_id ⇒ Object
This method is for IdParams option source to make resolver work for –type option.
Instance Method Details
#option_snippet ⇒ Object
8 9 10 |
# File 'lib/hammer_cli_foreman/template.rb', line 8 def option_snippet option_type && (option_type == "snippet") end |
#option_template_kind_id ⇒ Object
This method is for IdParams option source to make resolver work for –type option
14 |
# File 'lib/hammer_cli_foreman/template.rb', line 14 def option_template_kind_id; end |