# File lib/oauth2/response_object.rb, line 31 def initialize(response, hash) self.response = response hash.keys.each{|k| self[k] = hash[k]} end