Class: OpenID::Response

Inherits:
Hash
  • Object
show all
Defined in:
lib/openid/interface.rb

Overview

Response is a hash with a modified constructor to pretty things a little

Instance Method Summary collapse

Constructor Details

#initialize(attr_hash) ⇒ Response

Takes a hash, which becomes the contents of the Response object



7
8
9
# File 'lib/openid/interface.rb', line 7

def initialize(attr_hash)
	update(attr_hash)
end