class HammerCLIForeman::PartitionTable::ExportCommand
Public Instance Methods
default_filename()
click to toggle source
# File lib/hammer_cli_foreman/partition_table.rb, line 94 def default_filename "Partition Table Template-#{Time.new.strftime("%Y-%m-%d")}.txt" end
saved_response_message(filepath)
click to toggle source
# File lib/hammer_cli_foreman/partition_table.rb, line 98 def saved_response_message(filepath) _("The partition table template has been saved to %{path}.") % { path: filepath } end