Class: FbGraph2::Page

Inherits:
Node
  • Object
show all
Defined in:
lib/fb_graph2/page.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 = {}) ⇒ Page

Returns a new instance of Page.



21
22
23
24
# File 'lib/fb_graph2/page.rb', line 21

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