Class: Pubid::Astm::SingleIdentifier
- Inherits:
-
Identifier
- Object
- Identifier
- Identifier
- Pubid::Astm::SingleIdentifier
- Defined in:
- lib/pubid/astm/single_identifier.rb
Overview
Descends from Pubid::Astm::Identifier (the flavor base) so every concrete
ASTM identifier is is_a?(Pubid::Astm::Identifier).
Direct Known Subclasses
Instance Method Summary collapse
-
#publisher ⇒ String
Generate URN for this identifier.
Methods inherited from Identifier
Instance Method Details
#publisher ⇒ String
Generate URN for this identifier
11 |
# File 'lib/pubid/astm/single_identifier.rb', line 11 attribute :publisher, :string, default: -> { "ASTM" } |