Sha256: a339a76735de601aadf30507b7a16a2d78d8796e72915444390d05ed20195954
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 Bytes
Contents
module FbGraph2 class Edge module Notifications def notifications(params = {}) notifications = self.edge :notifications, params notifications.collect do |notification| Notification.new notification[:id], notification end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fb_graph2-0.0.4 | lib/fb_graph2/edge/notifications.rb |
fb_graph2-0.0.3 | lib/fb_graph2/edge/notifications.rb |