Class: Pubid::Iso::SingleIdentifier
- Inherits:
-
Identifier
- Object
- Lutaml::Model::Serializable
- Pubid::Identifier
- Identifier
- Pubid::Iso::SingleIdentifier
- Defined in:
- lib/pubid/iso/single_identifier.rb
Direct Known Subclasses
Identifiers::Data, Identifiers::Directives, Identifiers::Guide, Identifiers::InternationalStandard, Identifiers::InternationalStandardizedProfile, Identifiers::InternationalWorkshopAgreement, Identifiers::Pas, Identifiers::Recommendation, Identifiers::TechnicalReport, Identifiers::TechnicalSpecification, Identifiers::TechnologyTrendsAssessments, SupplementIdentifier
Constant Summary
Constants inherited from Identifier
Instance Method Summary collapse
Methods inherited from Identifier
Methods inherited from Pubid::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_supplement_s, #to_urn, #urn_supplement_type, #urn_type_code
Constructor Details
This class inherits a constructor from Pubid::Identifier
Instance Method Details
#to_s(**opts) ⇒ Object
6 7 8 |
# File 'lib/pubid/iso/single_identifier.rb', line 6 def to_s(**opts) render(format: :human, **opts) end |