Method: Figo#notifications
- Defined in:
- lib/notification/api_call.rb
#notifications ⇒ Notification
Retrieve list of registered notifications.
6 7 8 |
# File 'lib/notification/api_call.rb', line 6 def notifications query_api_object Notification, "/rest/notifications", nil, "GET", "notifications" end |