Method: FacebookClient::RestApi#initialize
- Defined in:
- lib/rest_api.rb
#initialize(fb) ⇒ RestApi
Returns a new instance of RestApi.
10 11 12 |
# File 'lib/rest_api.rb', line 10 def initialize(fb) @fb = fb end |
Returns a new instance of RestApi.
10 11 12 |
# File 'lib/rest_api.rb', line 10 def initialize(fb) @fb = fb end |