module Puree::REST::ResearchOutputMixin

Public Instance Methods

research_outputs(id:, params: {}, accept: :xml) click to toggle source

(see Puree::REST::Base#find)

# File lib/puree/rest/mixins/research_output_mixin.rb, line 6
def research_outputs(id:, params: {}, accept: :xml)
  get_request_singleton_subcollection(id: id,
                                  subcollection: 'research-outputs',
                                  params: params,
                                  accept: accept)
end