Class: HammerCLIKatello::AssociatingCommands::Repository::RemoveRepositoryCommand
- Inherits:
-
RemoveAssociatedCommand
- Object
- HammerCLIForeman::RemoveAssociatedCommand
- RemoveAssociatedCommand
- HammerCLIKatello::AssociatingCommands::Repository::RemoveRepositoryCommand
- Extended by:
- AddProductOptions, RepositoryScopedToProduct
- Includes:
- OrganizationOptions
- Defined in:
- lib/hammer_cli_katello/associating_commands.rb
Instance Method Summary collapse
Methods included from AddProductOptions
create_option_builder, dependencies
Methods included from RepositoryScopedToProduct
validate_repo_name_requires_product_options
Methods included from OrganizationOptions
Methods included from ResolverCommons
Instance Method Details
#validate_options ⇒ Object
51 52 53 54 |
# File 'lib/hammer_cli_katello/associating_commands.rb', line 51 def super validator.any(:option_repository_id, :option_repository_name).required end |