Method: Profile#get_notifications
- Defined in:
- lib/user/profile/profile.rb
#get_notifications ⇒ Object
Get notifications.
Get a collection of notifications.
Example
@data = @mints_user.get_notifications
64 65 66 |
# File 'lib/user/profile/profile.rb', line 64 def get_notifications return @client.raw("get", "/profile/notifications") end |