Class: Pubid::Bsi::Identifiers::DraftDocument
- Inherits:
-
SingleIdentifier
- Object
- Pubid::Bsi::Identifiers::DraftDocument
- Defined in:
- lib/pubid/bsi/identifiers/draft_document.rb
Overview
Draft Document (DD) identifier
Constant Summary collapse
- TYPED_STAGES =
[ Pubid::Components::TypedStage.new( code: :pubdd, stage_code: :published, type_code: :dd, abbr: ["DD"], name: "Draft Document", harmonized_stages: %w[60.00 60.60], ), ].freeze
Class Method Summary collapse
Class Method Details
.type ⇒ Object
19 20 21 22 |
# File 'lib/pubid/bsi/identifiers/draft_document.rb', line 19 def self.type { key: :dd, web: :draft_document, title: "Draft Document", short: "DD" } end |