Class: Koala::Facebook::TestUsers

Inherits:
API
  • Object
show all
Includes:
TestUserMethods
Defined in:
lib/koala.rb

Instance Attribute Summary collapse

Attributes inherited from API

#access_token

Method Summary

Methods included from TestUserMethods

#befriend, #create, #create_network, #delete, #delete_all, #initialize, #list

Methods inherited from API

#api, #initialize

Instance Attribute Details

#graph_apiObject (readonly)

make the Graph API accessible in case someone wants to make other calls to interact with their users



93
94
95
# File 'lib/koala.rb', line 93

def graph_api
  @graph_api
end