class HammerCLIKatello::AssociatingCommands::Repository::RemoveRepositoryCommand

Public Instance Methods

validate_options() click to toggle source
Calls superclass method
# File lib/hammer_cli_katello/associating_commands.rb, line 51
def validate_options
  super
  validator.any(:option_repository_id, :option_repository_name).required
end