class Contentful::Management::ClientContentTypeMethodsFactory
Wrapper for ContentType
API for usage from within Client
@private
Public Instance Methods
Source
# File lib/contentful/management/client_content_type_methods_factory.rb, line 14 def all(query = {}) content_types = super(query) client.update_dynamic_entry_cache!(content_types) content_types end
Calls superclass method
Contentful::Management::ClientAssociationMethodsFactory#all
Source
# File lib/contentful/management/client_content_type_methods_factory.rb, line 20 def all_published(params = {}) super({ suppress_warning: true }.merge(params)) end
Calls superclass method
Contentful::Management::ClientAssociationAllPublishedMethodsFactory#all_published