module Analyze class Ui attr_reader :params def initialize(params:) @params = params end end end