class HammerCLIForeman::OperatingSystem::DeleteParameterCommand

Public Instance Methods

validate_options() click to toggle source
Calls superclass method
# File lib/hammer_cli_foreman/operating_system.rb, line 88
def validate_options
  super
  validator.any(:option_operatingsystem_id, :option_operatingsystem_title).required
end