Class: Pubid::Bsi::Identifiers::Flex

Inherits:
SingleIdentifier
  • Object
show all
Defined in:
lib/pubid/bsi/identifiers/flex.rb

Overview

BSI Flex document identifier

Constant Summary collapse

TYPED_STAGES =
[
  Pubid::Components::TypedStage.new(
    code: :pubflex,
    stage_code: :published,
    type_code: :flex,
    abbr: ["Flex", "BSI Flex"],
    name: "BSI Flex",
    harmonized_stages: %w[60.00 60.60],
  ),
].freeze

Class Method Summary collapse

Class Method Details

.typeObject



19
20
21
# File 'lib/pubid/bsi/identifiers/flex.rb', line 19

def self.type
  { key: :flex, title: "BSI Flex", short: "BSI Flex" }
end