Class: Pubid::Nist::Identifiers::Ncstar
- Inherits:
-
Base
- Object
- Lutaml::Model::Serializable
- Identifier
- Base
- Pubid::Nist::Identifiers::Ncstar
- Defined in:
- lib/pubid/nist/identifiers/ncstar.rb
Overview
NIST NCSTAR (National Construction Safety Team Act Reports) Examples:
-
“NIST NCSTAR 1-1Cv1” → “NIST NCSTAR 1-1Cv1” (round-trips)
-
“NIST NCSTAR 1-1b” → “NIST NCSTAR 1-1B” (normalizes letter)
-
“NIST NCSTAR 1-1cv1” → “NIST NCSTAR 1-1Cv1” (normalizes letter, keeps v1 format)
Constant Summary collapse
- TYPED_STAGES =
[ Pubid::Components::TypedStage.new( abbr: ["NCSTAR", "NIST NCSTAR"], stage_code: "published", type_code: "ncstar", ), ].freeze
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
#edition_greater?, #extract_edition_number, #initialize, #language, #merge, #publisher, #revision, #to_s, #translation, #weight
Methods inherited from Identifier
#base_identifier, #eql?, #exclude, #hash, #initialize, #mr_number, #mr_number_with_part, #mr_part, #mr_publisher, #mr_type, #mr_year, #new_edition_of?, polymorphic_name, #render, #resolve_urn_generator, #root, #to_mr_string, #to_s, #to_supplement_s, #to_urn, #urn_supplement_type, #urn_type_code
Constructor Details
This class inherits a constructor from Pubid::Nist::Identifiers::Base
Class Method Details
.type ⇒ Object
25 26 27 28 |
# File 'lib/pubid/nist/identifiers/ncstar.rb', line 25 def type { key: :ncstar, title: "National Construction Safety Team Act Reports", short: "NCSTAR" } end |
.typed_stages ⇒ Object
21 22 23 |
# File 'lib/pubid/nist/identifiers/ncstar.rb', line 21 def typed_stages TYPED_STAGES end |
Instance Method Details
#series_code ⇒ Object
31 32 33 |
# File 'lib/pubid/nist/identifiers/ncstar.rb', line 31 def series_code "NCSTAR" end |