# File lib/fog/rackspace/models/monitoring/notifications.rb, line 19 def get(notification_id) data = service.get_notification(notification_id).body new(data) rescue Fog::Rackspace::Monitoring::NotFound nil end