Module: Contentful::Management::Resource::AllPublished
- Included in:
- Asset, ContentType, Entry
- Defined in:
- lib/contentful/management/resource/all_published.rb
Overview
Wrapper Class for Resources with ‘/public’ API calls
Instance Method Summary collapse
-
#all_published(client, space_id, parameters = {}) ⇒ Contentful::Management::Array<Contentful::Management::Resource>
Gets a collection of published resources.
Instance Method Details
#all_published(client, space_id, parameters = {}) ⇒ Contentful::Management::Array<Contentful::Management::Resource>
Gets a collection of published resources.
18 19 20 |
# File 'lib/contentful/management/resource/all_published.rb', line 18 def all_published(client, space_id, parameters = {}) client_association_class.new(client).all_published(space_id, parameters) end |