Module: Pubid::IdentifierMetadata
- Included in:
- Pubid::Iso::Identifiers::InternationalStandard
- Defined in:
- lib/pubid/identifier_metadata.rb
Overview
Machine-readable metadata for identifier classes Provides a standardized way to describe identifier types for:
-
Index search and lookup
-
File naming conventions
-
Cross-references between flavors
-
Automated documentation generation
Defined Under Namespace
Modules: ClassMethods, InstanceMethods Classes: Metadata
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
143 144 145 146 |
# File 'lib/pubid/identifier_metadata.rb', line 143 def self.included(base) base.extend(ClassMethods) base.include(InstanceMethods) end |