50 51 52 53 54 55 56 57
# File 'lib/openid_connect/response_object/user_info.rb', line 50 def address=(hash_or_address) @address = case hash_or_address when Hash Address.new hash_or_address when Address hash_or_address end end