Class: Relaton::Plateau::DocumentType
- Inherits:
-
RelatonBib::DocumentType
- Object
- RelatonBib::DocumentType
- Relaton::Plateau::DocumentType
- Defined in:
- lib/relaton/plateau/document_type.rb
Constant Summary collapse
- DOCTYPES =
%w[handbook technical-report annex].freeze
Instance Method Summary collapse
- #check_type(type) ⇒ Object
-
#initialize(type:, abbreviation: nil) ⇒ DocumentType
constructor
A new instance of DocumentType.
Constructor Details
#initialize(type:, abbreviation: nil) ⇒ DocumentType
Returns a new instance of DocumentType.
6 7 8 9 |
# File 'lib/relaton/plateau/document_type.rb', line 6 def initialize(type:, abbreviation: nil) check_type type super end |