class HammerCLIForeman::Hostgroup::SmartVariablesCommand

Public Instance Methods

validate_options() click to toggle source
Calls superclass method
# File lib/hammer_cli_foreman/hostgroup.rb, line 184
def validate_options
  super
  validator.any(:option_hostgroup_name, :option_hostgroup_id).required
end