Class: HammerCLIKatello::PackageGroupCommand::ListCommand
- Inherits:
-
ListCommand
- Object
- HammerCLIForeman::ListCommand
- ListCommand
- HammerCLIKatello::PackageGroupCommand::ListCommand
- Extended by:
- RepositoryScopedToProduct
- Defined in:
- lib/hammer_cli_katello/package_group.rb
Instance Method Summary collapse
Methods included from RepositoryScopedToProduct
validate_repo_name_requires_product_options
Methods inherited from ListCommand
Methods included from ResolverCommons
Instance Method Details
#extend_data(data) ⇒ Object
17 18 19 20 |
# File 'lib/hammer_cli_katello/package_group.rb', line 17 def extend_data(data) data["repo_name"] = data["repository"]["name"] data end |