class Contentful::Management::ClientEntryMethodsFactory

Wrapper for Entry API for usage from within Client @private

Public Instance Methods

create(content_type, attributes) click to toggle source
# File lib/contentful/management/client_entry_methods_factory.rb, line 10
def create(content_type, attributes)
  associated_class.create(client, @space_id, @environment_id, attributes.merge(content_type: content_type))
end
new(*) click to toggle source
# File lib/contentful/management/client_entry_methods_factory.rb, line 14
def new(*)
  fail 'Not supported'
end