class Contentful::Management::ClientEntryMethodsFactory
Public Instance Methods
Source
# File lib/contentful/management/client_entry_methods_factory.rb, line 12 def create(content_type, attributes) associated_class.create(client, @space_id, @environment_id, attributes.merge(content_type: content_type)) end
Source
# File lib/contentful/management/client_entry_methods_factory.rb, line 16 def new(*) fail 'Not supported' end