class DocumentAdvancedSearhComponent < BaseComponent attr_reader :opts def initialize(current_user: opts: {}) @opts = opts end end