Class: FbGraph::Place

Inherits:
Page show all
Defined in:
lib/fb_graph/place.rb

Instance Attribute Summary

Attributes inherited from Page

#category, #like_count, #name, #username

Attributes inherited from Node

#access_token, #endpoint, #identifier

Instance Method Summary collapse

Methods inherited from Page

#initialize

Methods included from Searchable

search, #search

Methods included from FbGraph::Page::CategoryAttributes

included, #initialize_with_category_specific_attributes

Methods included from Connections::Videos

#video!, #videos

Methods included from Connections::Tagged

#tagged

Methods included from Connections::Statuses

#statuses

Methods included from Connections::Posts

#posts

Methods included from Connections::Picture

#picture

Methods included from Connections::Photos

#photo!, #photos

Methods included from Connections::Notes

#note!, #notes

Methods included from Connections::Links

#link!, #links

Methods included from Connections::Insights

#insights

Methods included from Connections::Groups

#groups

Methods included from Connections::Feed

#feed, #feed!

Methods included from Connections::Events

#event!, #events

Methods included from Connections::Checkins

#checkin!, #checkins

Methods included from Connections::Albums

#album!, #albums

Methods inherited from Node

#connection, #destroy, #fetch, fetch, #initialize, #update

Methods included from Comparison

#==

Constructor Details

This class inherits a constructor from FbGraph::Page

Instance Method Details

#to_json(options = {}) ⇒ Object



3
4
5
# File 'lib/fb_graph/place.rb', line 3

def to_json(options = {})
  self.identifier
end