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 24
def all(*)
  fail 'Not supported'
end
find(user_id) click to toggle source
# File lib/contentful/management/client_user_methods_factory.rb, line 16
def find(user_id)
  super(user_id)
end
me() click to toggle source
# File lib/contentful/management/client_user_methods_factory.rb, line 20
def me
  find('me')
end
new(*) click to toggle source
# File lib/contentful/management/client_user_methods_factory.rb, line 12
def new(*)
  fail 'Not supported'
end