class Contentful::Management::ClientUserMethodsFactory
Wrapper for Users API for usage from within Client
@private
Public Instance Methods
Source
# File lib/contentful/management/client_user_methods_factory.rb, line 24 def all(*) fail 'Not supported' end
Source
# File lib/contentful/management/client_user_methods_factory.rb, line 16 def find(user_id) super(user_id) end
Calls superclass method
Contentful::Management::ClientAssociationMethodsFactory#find
Source
# File lib/contentful/management/client_user_methods_factory.rb, line 20 def me find('me') end
Source
# File lib/contentful/management/client_user_methods_factory.rb, line 12 def new(*) fail 'Not supported' end