class HammerCLIForeman::DeleteCommand
Public Class Methods
command_names(*names)
click to toggle source
Calls superclass method
# File lib/hammer_cli_foreman/commands.rb, line 584 def self.command_names(*names) super(*names) || %w(delete destroy) end