Class: HammerCLIKatello::Repository::UpdateCommand

Inherits:
UpdateCommand
  • Object
show all
Extended by:
HammerCLIKatello::RepositoryScopedToProduct
Includes:
OrganizationOptions
Defined in:
lib/hammer_cli_katello/repository.rb

Instance Method Summary collapse

Methods included from HammerCLIKatello::RepositoryScopedToProduct

validate_repo_name_requires_product_options

Methods included from OrganizationOptions

included, #org_options

Methods included from HammerCLIKatello::ResolverCommons

included

Instance Method Details

#executeObject



224
225
226
227
228
# File 'lib/hammer_cli_katello/repository.rb', line 224

def execute
  @failure = false
  super
  @failure ? HammerCLI::EX_DATAERR : HammerCLI::EX_OK
end