Class: HammerCLIForemanPuppet::Hostgroup::PuppetSCParamsCommand

Inherits:
SmartClassParametersList show all
Defined in:
lib/hammer_cli_foreman_puppet/hostgroup.rb

Instance Method Summary collapse

Methods inherited from SmartClassParametersBriefList

build_options_for, #send_request

Methods included from ResolverCommons

included

Instance Method Details

#validate_optionsObject



28
29
30
31
# File 'lib/hammer_cli_foreman_puppet/hostgroup.rb', line 28

def validate_options
  super
  validator.any(:option_hostgroup_name, :option_hostgroup_id).required
end