class HammerCLIKatello::AssociatingCommands::Repository::AddRepositoryCommand

Public Instance Methods

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