Class: Pubid::Bsi::Type

Inherits:
Core::Type
  • Object
show all
Defined in:
lib/pubid/bsi/type.rb

Constant Summary collapse

DEFAULT_TYPE =
:bs
TYPE_NAMES =
{
  bs: {
    long: "British Standard",
    short: "BS",
  },
  pas: {
    long: "Publicly Available Specification",
    short: "PAS",
  },
}.freeze