class Contentful::Management::ClientPreviewApiKeyMethodsFactory
Wrapper for PreviewApiKey
API for usage from within Client
@private
Public Instance Methods
create(*)
click to toggle source
# File lib/contentful/management/client_preview_api_key_methods_factory.rb, line 18 def create(*) fail 'Not supported' end
find(resource_id)
click to toggle source
# File lib/contentful/management/client_preview_api_key_methods_factory.rb, line 14 def find(resource_id) associated_class.find(client, @space_id, resource_id) end
new(*)
click to toggle source
# File lib/contentful/management/client_preview_api_key_methods_factory.rb, line 10 def new(*) fail 'Not supported' end