Class: RelatonCcsds::DocumentType

Inherits:
RelatonBib::DocumentType
  • Object
show all
Defined in:
lib/relaton_ccsds/document_type.rb

Instance Method Summary collapse

Constructor Details

#initialize(type:, abbreviation: nil) ⇒ DocumentType

DOCTYPES = %w[standard practice report specification record].freeze



5
6
7
8
# File 'lib/relaton_ccsds/document_type.rb', line 5

def initialize(type:, abbreviation: nil)
  # check_type type
  super
end