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