Class: Fields::Template
Instance Method Summary
collapse
Methods inherited from Reference
#initialize
Instance Method Details
#initialize_options ⇒ Object
49
50
51
52
|
# File 'lib/hammer_cli_foreman/output/fields.rb', line 49
def initialize_options
super
@options[:details] << template_kind_detail
end
|
#template_kind_detail ⇒ Object
54
55
56
57
58
59
|
# File 'lib/hammer_cli_foreman/output/fields.rb', line 54
def template_kind_detail
{
:structured_label => _('Kind'),
:key => :template_kind_name,
}
end
|