module HammerCLIKatello::HostCollectionPackageGroupCommand::PackageGroupContentType

Public Class Methods

included(base) click to toggle source
# File lib/hammer_cli_katello/host_collection_package_group.rb, line 7
def self.included(base)
  base.option('--package-groups',
    'PACKAGE-GROUPS',
    _("comma-separated list of package-groups to install"),
    :required => true,
    :format => HammerCLI::Options::Normalizers::List.new,
    :attribute_name => :content)
end

Public Instance Methods

content_type() click to toggle source
# File lib/hammer_cli_katello/host_collection_package_group.rb, line 16
def content_type
  'package_group'
end