Class: FbGraph2::Group
Instance Attribute Summary
Attributes inherited from Node
#access_token, #id, #raw_attributes
Instance Method Summary collapse
-
#initialize(id, attributes = {}) ⇒ Group
constructor
A new instance of Group.
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 |