Module: HammerCLIKatello::ResolverCommons
- Included in:
- AddAssociatedCommand, Command, CreateCommand, DeleteCommand, InfoCommand, ListCommand, Organization::ConfigureCdnCommand, Organization::CreateCommand, Organization::DeleteCommand, Organization::InfoCommand, Organization::ListCommand, Organization::UpdateCommand, RemoveAssociatedCommand, SingleResourceCommand, UpdateCommand
- Defined in:
- lib/hammer_cli_katello/commands.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
21 22 23 |
# File 'lib/hammer_cli_katello/commands.rb', line 21 def self.included(base) base.extend(ClassMethods) end |