Class: Pubid::Bsi::Identifiers::PubliclyAvailableSpecification
- Inherits:
-
SingleIdentifier
- Object
- Pubid::Bsi::Identifiers::PubliclyAvailableSpecification
- 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
.type ⇒ Object
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 |