Top Level Namespace
Defined Under Namespace
Classes: AvatarsIO, AvatarsIOFile
Instance Method Summary collapse
Instance Method Details
#auto_avatar_url(key, services = []) ⇒ Object
79 80 81 |
# File 'lib/avatars.io.rb', line 79 def auto_avatar_url(key, services = []) AvatarsIO.auto_url key, services end |
#avatar_url(service, key) ⇒ Object
75 76 77 |
# File 'lib/avatars.io.rb', line 75 def avatar_url(service, key) AvatarsIO.avatar_url service, key end |