Sha256: b20dbb7d3193d173a439c86952565eb287c0acfc1f30c4bc0861a42bd3457dcc
Contents?: true
Size: 317 Bytes
Versions: 2
Compression:
Stored size: 317 Bytes
Contents
module Contentful module Management # Wrapper for /public API for usage from within Space Wrapper Classes # @private module SpaceAssociationAllPublishedMethodsFactory def all_published(params = {}) associated_class.all_published(space.client, space.id, params) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems