Class: Puree::REST::Publisher
Overview
Requests for the Publisher resource
Instance Method Summary collapse
Methods inherited from Base
#all, #all_complex, #find, #initialize, #orderings, #renderings
Constructor Details
This class inherits a constructor from Puree::REST::Base
Instance Method Details
#approved(params: {}, accept: :xml) ⇒ HTTP::Response
10 11 12 13 14 |
# File 'lib/puree/rest/publisher.rb', line 10 def approved(params: {}, accept: :xml) get_request_collection_subcollection(subcollection: 'approved', params: params, accept: accept) end |