class FbGraph2::Achievement

Public Class Methods

new(id, attributes = {}) click to toggle source
Calls superclass method
# File lib/fb_graph2/achievement.rb, line 14
def initialize(id, attributes = {})
  super
  if attributes.include? :data
    self.data = attributes[:data]
  end
end