Class: HammerCLIForemanPuppet::SmartClassParameter::ListCommand

Inherits:
ListCommand
  • Object
show all
Defined in:
lib/hammer_cli_foreman_puppet/smart_class_parameter.rb

Instance Method Summary collapse

Methods included from ResolverCommons

included

Instance Method Details

#extend_data(res) ⇒ Object



45
46
47
48
# File 'lib/hammer_cli_foreman_puppet/smart_class_parameter.rb', line 45

def extend_data(res)
  res['parameter_type'] ||= 'string'
  res
end