class Me::Identity::Mapper
@abstract
Public Class Methods
new(name = nil)
click to toggle source
# File lib/me/identity.rb, line 54 def initialize(name = nil) end
Public Instance Methods
find()
click to toggle source
# File lib/me/identity.rb, line 57 def find end
update(name: nil, active_identity: nil)
click to toggle source
# File lib/me/identity.rb, line 60 def update(name: nil, active_identity: nil) end