Method: Figo#notifications

Defined in:
lib/notification/api_call.rb

#notificationsNotification

Retrieve list of registered notifications.

Returns:

  • (Notification)

    an array of ‘Notification` objects, one for each registered notification



6
7
8
# File 'lib/notification/api_call.rb', line 6

def notifications
  query_api_object Notification, "/rest/notifications", nil, "GET", "notifications"
end