Class: FbGraph2::Event

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

Instance Attribute Summary

Attributes inherited from Node

#access_token, #id, #raw_attributes

Instance Method Summary collapse

Methods inherited from Node

#authenticate, #edge, #fetch, fetch, inherited

Constructor Details

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

Returns a new instance of Event.



10
11
12
13
# File 'lib/fb_graph2/event.rb', line 10

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