Class: HammerCLIKatello::ContentViewPuppetModule::CreateCommand

Inherits:
HammerCLIKatello::CreateCommand show all
Includes:
OrganizationOptions
Defined in:
lib/hammer_cli_katello/content_view_puppet_module.rb

Instance Method Summary collapse

Methods included from OrganizationOptions

included, #org_options

Methods included from ResolverCommons

included

Instance Method Details

#get_identifierObject

rubocop:disable Style/AccessorMethodName:



40
41
42
43
44
45
# File 'lib/hammer_cli_katello/content_view_puppet_module.rb', line 40

def get_identifier
  # This will intentionally disable the id resolver.  Without it, if the user were to
  # execute the 'add' command specifying a 'name', the id resolver will attempt to
  # translate the 'name' to an 'id'.  That is not desirable for this command.
  nil
end