class FbGraph2::Notification
Public Class Methods
new(id, attributes = {})
click to toggle source
Calls superclass method
FbGraph2::Node::new
# File lib/fb_graph2/notification.rb, line 12 def initialize(id, attributes = {}) super # TODO: handle custom attributes. end