Class: RelatonItu::DocumentType
- Inherits:
-
RelatonBib::DocumentType
- Object
- RelatonBib::DocumentType
- RelatonItu::DocumentType
- Defined in:
- lib/relaton_itu/document_type.rb
Constant Summary collapse
- TYPES =
%w[ recommendation recommendation-supplement recommendation-amendment recommendation-corrigendum recommendation-errata recommendation-annex focus-group implementers-guide technical-paper technical-report joint-itu-iso-iec resolution service-publication handbook question ].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.
10 11 12 13 |
# File 'lib/relaton_itu/document_type.rb', line 10 def initialize(type:, abbreviation: nil) check_type type super end |