Class: FbGraph2::Group

Inherits:
Node
  • Object
show all
Defined in:
lib/fb_graph2/group.rb

Instance Attribute Summary

Attributes inherited from Node

#access_token, #id, #raw_attributes

Instance Method Summary collapse

Methods inherited from Node

#authenticate, #edge, #fetch, fetch, inherited

Constructor Details

#initialize(id, attributes = {}) ⇒ Group

Returns a new instance of Group.



13
14
15
16
# File 'lib/fb_graph2/group.rb', line 13

def initialize(id, attributes = {})
  super
  # TODO: handle custom attributes.
end