Libraries
»
facebook_client
(0.0.5.3)
»
Index
»
FacebookClient
»
Base
»
#rest_api
Method: FacebookClient::Base#rest_api
Defined in:
lib/facebook_client.rb
#
rest_api
⇒
Object
40 41 42
# File 'lib/facebook_client.rb', line 40
def
rest_api
@rest_api
||=
RestApi
.
new
(
self
)
end