class Identity

Public Instance Methods

avatar_url() click to toggle source
# File lib/generators/templates/identity.rb, line 13
def avatar_url
  info["image"]
end
username() click to toggle source
# File lib/generators/templates/identity.rb, line 9
def username
  info["nickname"]
end