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