class HammerCLIForeman::ReportTemplate::ExportCommand
Public Instance Methods
default_filename()
click to toggle source
# File lib/hammer_cli_foreman/report_template.rb, line 155 def default_filename "Report Template-#{Time.new.strftime("%Y-%m-%d")}.txt" end
saved_response_message(filepath)
click to toggle source
# File lib/hammer_cli_foreman/report_template.rb, line 159 def saved_response_message(filepath) _("The report template has been saved to %{path}.") % { path: filepath } end