class Fields::Template
Public Class Methods
new(options={})
click to toggle source
Calls superclass method
# File lib/hammer_cli_foreman/output/fields.rb, line 20 def initialize(options={}) options[:details] ||= [:template_kind_name] super(options) end