Class: FbPageApi::Edge::LabelUser

Inherits:
Base
  • Object
show all
Defined in:
lib/fb_page_api/edge/label_user.rb

Instance Attribute Summary

Attributes inherited from Base

#custom_request_fields, #next_url, #page_access_token, #page_after, #page_before, #page_id, #parent_id

Instance Method Summary collapse

Methods inherited from Base

#collection, #create, #delete, #get, #initialize

Constructor Details

This class inherits a constructor from FbPageApi::Edge::Base

Instance Method Details

#edge_nameObject



4
5
6
# File 'lib/fb_page_api/edge/label_user.rb', line 4

def edge_name
  'users'
end

#request_fieldsObject



8
9
10
# File 'lib/fb_page_api/edge/label_user.rb', line 8

def request_fields
  ['id', 'name']
end