Module: FbGraph2::Edge::TestUsers
- Included in:
- App
- Defined in:
- lib/fb_graph2/edge/test_users.rb
Instance Method Summary collapse
Instance Method Details
#test_users(params = {}) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/fb_graph2/edge/test_users.rb', line 4 def test_users(params = {}) users = self.edge :accounts, params, edge_scope: :'test-users' users.collect! do |user| User.new(user[:id], user) end end |