class Fields::Template

Public Instance Methods

initialize_options() click to toggle source
Calls superclass method Fields::Reference#initialize_options
# File lib/hammer_cli_foreman/output/fields.rb, line 49
def initialize_options
  super
  @options[:details] << template_kind_detail
end
template_kind_detail() click to toggle source
# File lib/hammer_cli_foreman/output/fields.rb, line 54
def template_kind_detail
  {
    :structured_label => _('Kind'),
    :key => :template_kind_name,
  }
end