Class: Pubid::Ieee::Identifiers::Standard
- Defined in:
- lib/pubid/ieee/identifiers/standard.rb
Overview
Standard identifier for IEEE standards
Represents published IEEE standards with the standard format: "IEEE Std XXX-YYYY"
Constant Summary collapse
- TYPED_STAGES =
TYPED_STAGES for published IEEE standards Standards use "Std" abbreviation for published state
[ Components::TypedStage.new( abbr: ["Std"], type_code: "standard", stage_code: "published", ), ].freeze
Class Method Summary collapse
Class Method Details
.type ⇒ Object
31 32 33 |
# File 'lib/pubid/ieee/identifiers/standard.rb', line 31 def self.type { key: :std, web: :standard, title: "Standard", short: "Std" } end |