class FbGraph2::Comment

Public Class Methods

new(id, attributes = {}) click to toggle source
Calls superclass method
# File lib/fb_graph2/comment.rb, line 15
def initialize(id, attributes = {})
  super
  # TODO: handle custom attributes.
end