Class: FbGraph::Place

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

Constant Summary

Constants included from Connections::Settings

Connections::Settings::AVAILABLE_SETTINGS

Instance Attribute Summary

Attributes inherited from Node

#access_token, #endpoint, #identifier, #raw_attributes

Instance Method Summary collapse

Methods inherited from Page

#get_access_token, #initialize

Methods included from Searchable

search, #search, search_query_param

Methods included from FbGraph::Page::CategoryAttributes

included, #initialize_with_category_specific_attributes

Methods included from Connections::Offers

#offer!, #offers

Methods included from Connections::Videos

#video!, #videos

Methods included from Connections::Tagged

#tagged

Methods included from Connections::Tabs

#tab!, #tab?, #tab_for_app, #tabs

Methods included from Connections::Statuses

#statuses

Methods included from Connections::Settings

#disable!, #enable!, included, #settings

Methods included from Connections::Questions

#question!, #questions

Methods included from Connections::PromotablePosts

#promotable_posts

Methods included from Connections::Posts

#posts

Methods included from Connections::Picture::Updatable

#picture!

Methods included from Connections::Picture

#picture

Methods included from Connections::Photos

#photo!, #photos

Methods included from Connections::Notes

#note!, #notes

Methods included from Connections::Milestones

#milestone!, #milestones

Methods included from Connections::Links

#link!, #links

Methods included from Connections::Likes

#likes

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::Conversations

#conversations

Methods included from Connections::Checkins

#checkin!, #checkins

Methods included from Connections::Blocked

#block!, #blocked, #blocked?, #unblock!

Methods included from Connections::Albums

#album!, #albums

Methods included from Connections::Admins

#admin?

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