lulibrary/puree

View on GitHub
lib/puree/model/doctoral_thesis.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Puree
  module Model

    # A doctoral thesis.
    #
    class DoctoralThesis < Puree::Model::Thesis

    end
  end
end