Class: HammerCLIForemanPuppet::Host::SCParamsCommand

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

Instance Method Summary collapse

Methods inherited from SmartClassParametersBriefList

build_options_for, #send_request

Methods included from ResolverCommons

included

Instance Method Details

#validate_optionsObject



30
31
32
33
# File 'lib/hammer_cli_foreman_puppet/host.rb', line 30

def validate_options
  super
  validator.any(:option_host_name, :option_host_id).required
end