Module: HammerCLIForemanPuppet::ResolverCommons
- Included in:
- AddAssociatedCommand, Command, CreateCommand, DeleteCommand, InfoCommand, ListCommand, RemoveAssociatedCommand, UpdateCommand
- Defined in:
- lib/hammer_cli_foreman_puppet/commands.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
15 16 17 |
# File 'lib/hammer_cli_foreman_puppet/commands.rb', line 15 def self.included(base) base.extend(ClassMethods) end |