Class: FbGraph2::Event
Instance Attribute Summary
Attributes inherited from Node
#access_token, #id, #raw_attributes
Instance Method Summary collapse
-
#initialize(id, attributes = {}) ⇒ Event
constructor
A new instance of Event.
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 |