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