module FBO module Notice def initialize(params = {}) params.each do |key, value| self[key] = value if members.include?(key) end end end end