Sha256: e75a2a48a7ab46d202fbbfe5575fd73570ee6579f1b8b708bac5568b868a7e05

Contents?: true

Size: 417 Bytes

Versions: 15

Compression:

Stored size: 417 Bytes

Contents

module Puree
  module REST
    module StudentThesisMixin

      # (see Puree::REST::Base#find)
      def student_theses(id:, params: {}, accept: :xml)
        get_request_singleton_subcollection(id: id,
                                        subcollection: 'student-theses',
                                        params: params,
                                        accept: accept)
      end

    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
puree-2.9.2 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.9.1 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.9.0 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.8.1 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.8.0 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.7.0 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.6.0 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.5.1 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.5.0 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.4.0 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.3.0 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.2.0 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.1.1 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.1.0 lib/puree/rest/mixins/student_thesis_mixin.rb
puree-2.0.0 lib/puree/rest/mixins/student_thesis_mixin.rb