class Puree::REST::Publisher
Requests for the Publisher
resource
Public Instance Methods
approved(params: {}, accept: :xml)
click to toggle source
(see Puree::REST::Base#all
)
# File lib/puree/rest/publisher.rb, line 10 def approved(params: {}, accept: :xml) get_request_collection_subcollection(subcollection: 'approved', params: params, accept: accept) end
Private Instance Methods
collection()
click to toggle source
# File lib/puree/rest/publisher.rb, line 18 def collection 'publishers' end