Class: FbGraph2::Notification

Inherits:
Node
  • Object
show all
Defined in:
lib/fb_graph2/notification.rb

Instance Attribute Summary

Attributes inherited from Node

#access_token, #id, #raw_attributes

Instance Method Summary collapse

Methods inherited from Node

#authenticate, #destroy, #edge, #edges, fetch, #fetch, inherited, #update

Constructor Details

#initialize(id, attributes = {}) ⇒ Notification



12
13
14
15
# File 'lib/fb_graph2/notification.rb', line 12

def initialize(id, attributes = {})
  super
  # TODO: handle custom attributes.
end