Class: HammerCLIForemanPuppet::SmartClassParameter::InfoCommand
- Inherits:
-
InfoCommand
- Object
- HammerCLIForeman::InfoCommand
- InfoCommand
- HammerCLIForemanPuppet::SmartClassParameter::InfoCommand
- Defined in:
- lib/hammer_cli_foreman_puppet/smart_class_parameter.rb
Instance Method Summary collapse
Methods included from ResolverCommons
Instance Method Details
#extend_data(res) ⇒ Object
84 85 86 87 88 |
# File 'lib/hammer_cli_foreman_puppet/smart_class_parameter.rb', line 84 def extend_data(res) res['parameter_type'] ||= 'string' res['omit'] ||= false res end |