# File lib/hammer_cli_foreman/smart_class_parameter.rb, line 23
    def self.build_options(options={})
      options[:without] ||= [:host_id, :hostgroup_id, :puppetclass_id, :environment_id]
      super(options)
    end