Class: Pubid::Bsi::Identifiers::PubliclyAvailableSpecification

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

Overview

Publicly Available Specification (PAS) identifier

Constant Summary collapse

TYPED_STAGES =
[
  Pubid::Components::TypedStage.new(
    code: :pubpas,
    stage_code: :published,
    type_code: :pas,
    abbr: ["PAS"],
    name: "Publicly Available Specification",
    harmonized_stages: %w[60.00 60.60],
  ),
].freeze

Class Method Summary collapse

Class Method Details

.typeObject



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

def self.type
  { key: :pas,
    web: :publicly_available_specification, title: "Publicly Available Specification", short: "PAS" }
end