Class: FbGraph2::Post

Inherits:
Node
  • Object
show all
Defined in:
lib/fb_graph2/post.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 = {}) ⇒ Post

Returns a new instance of Post.



18
19
20
21
# File 'lib/fb_graph2/post.rb', line 18

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