class Lookout::Filter::ModalComponent

def initialize(title: nil, id:)

def initialize(title: nil, id:)
  @title = title
  @id = id
end