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