class OpenID::Store::Association
Wrapper class for an OpenID::Association object.
Public Instance Methods
from_record()
click to toggle source
Create an OpenID::Association object from this object. @return [OpenID::Association] Child object created from this document.
# File lib/openid/store/models/association.rb, line 12 def from_record OpenID::Association.new(handle, secret.to_s, Time.at(issued), lifetime, assoc_type) end