Method: Figo#get_notification

Defined in:
lib/notification/api_call.rb

#get_notification(notification_id) ⇒ Notification

Retrieve specific notification.

Parameters:

  • ID of the notification to be retrieved

Returns:

  • Notification object for the respective notification



14
15
16
# File 'lib/notification/api_call.rb', line 14

def get_notification(notification_id)
  query_api_object Notification, "/rest/notifications/#{notification_id}"
end