Class: RelatonIetf::DocumentType
- Inherits:
-
RelatonBib::DocumentType
- Object
- RelatonBib::DocumentType
- RelatonIetf::DocumentType
- Defined in:
- lib/relaton_ietf/document_type.rb
Constant Summary collapse
- DOCTYPES =
%w[rfc internet-draft].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.
5 6 7 8 |
# File 'lib/relaton_ietf/document_type.rb', line 5 def initialize(type:, abbreviation: nil) check_type type super end |