class Infobar::Message

def initialize(opts)

def initialize(opts)
  @opts = opts.each_with_object({}) { |(k, v), h| h[k.to_s] = v }
end