Class: HammerCLIKatello::PackageGroupCommand::ListCommand

Inherits:
ListCommand
  • Object
show all
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

build_options

Methods included from ResolverCommons

included

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