Class: FbGraph2::Notification
- Defined in:
- lib/fb_graph2/notification.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(id, attributes = {}) ⇒ Notification
constructor
A new instance of Notification.
Methods inherited from Node
#authenticate, #destroy, #edge, #edges, #fetch, #update
Methods included from AttributeAssigner
Constructor Details
#initialize(id, attributes = {}) ⇒ Notification
Returns a new instance of Notification.
12 13 14 15 |
# File 'lib/fb_graph2/notification.rb', line 12 def initialize(id, attributes = {}) super # TODO: handle custom attributes. end |