class Contentful::Management::ClientUserMethodsFactory

Wrapper for Users API for usage from within Client @private

Public Instance Methods

all(*) click to toggle source
# File lib/contentful/management/client_user_methods_factory.rb, line 22
def all(*)
  fail 'Not supported'
end
find(user_id) click to toggle source
# File lib/contentful/management/client_user_methods_factory.rb, line 14
def find(user_id)
  super(user_id)
end
me() click to toggle source
# File lib/contentful/management/client_user_methods_factory.rb, line 18
def me
  find('me')
end
new(*) click to toggle source
# File lib/contentful/management/client_user_methods_factory.rb, line 10
def new(*)
  fail 'Not supported'
end