Module: Gitlab::Client::Avatar
- Included in:
- Gitlab::Client
- Defined in:
- lib/gitlab/client/avatar.rb
Overview
Defines methods related to avatar.
Instance Method Summary collapse
-
#avatar(options = {}) ⇒ Gitlab::ObjectifiedHash
Get a single avatar URL for a user with the given email address.
Instance Method Details
#avatar(options = {}) ⇒ Gitlab::ObjectifiedHash
Get a single avatar URL for a user with the given email address.
17 18 19 |
# File 'lib/gitlab/client/avatar.rb', line 17 def avatar( = {}) get('/avatar', query: ) end |