Sha256: 13ce3f553923b031c876a1632f65c45c83adc60e7098337688c5fc2061d87a39
Contents?: true
Size: 404 Bytes
Versions: 12
Compression:
Stored size: 404 Bytes
Contents
module Contentful module Management # Wrapper for /public API for usage from within Space Wrapper Classes # @private # @deprecated This call will be soon removed from the API except for Content Types module SpaceAssociationAllPublishedMethodsFactory def all_published(params = {}) associated_class.all_published(space.client, space.id, params) end end end end
Version data entries
12 entries across 12 versions & 1 rubygems