Class: HammerCLIForemanPuppet::PuppetClass::SCParamsCommand

Inherits:
SmartClassParametersBriefList show all
Defined in:
lib/hammer_cli_foreman_puppet/class.rb

Instance Method Summary collapse

Methods inherited from SmartClassParametersBriefList

build_options_for, #send_request

Methods included from ResolverCommons

included

Instance Method Details

#validate_optionsObject



46
47
48
49
# File 'lib/hammer_cli_foreman_puppet/class.rb', line 46

def validate_options
  super
  validator.any(:option_puppetclass_name, :option_puppetclass_id).required
end