# File lib/openid_connect/discovery/provider/config/response.rb, line 63 def initialize(hash) (required_attributes + optional_attributes).each do |key| self.send "#{key}=", hash[key] end @raw = hash end