Class: Pubid::Oiml::Identifiers::Document

Inherits:
SingleIdentifier show all
Defined in:
lib/pubid/oiml/identifiers/document.rb

Constant Summary

Constants inherited from Pubid::Oiml::Identifier

Pubid::Oiml::Identifier::OIML_TYPE_MAP

Instance Attribute Summary

Attributes inherited from SingleIdentifier

#requested_format

Instance Method Summary collapse

Methods inherited from SingleIdentifier

#code_for, #edition_portion, #emit_kv, #number_from_kv, #number_to_kv, #part_from_kv, #part_to_kv, #space_suffix_from_kv, #space_suffix_to_kv, #subpart_from_kv, #subpart_to_kv, #suffix_from_kv, #suffix_to_kv, #to_s, #type, #year_from_kv, #year_to_kv

Methods inherited from Pubid::Oiml::Identifier

from_hash, #to_urn

Instance Method Details

#type_stringObject



7
8
9
# File 'lib/pubid/oiml/identifiers/document.rb', line 7

def type_string
  "D"
end