Class: Pubid::Bsi::NationalAnnex

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/pubid/bsi/model.rb

Overview

National Annex model

Instance Method Summary collapse

Instance Method Details

#to_sObject



26
27
28
29
30
31
# File 'lib/pubid/bsi/model.rb', line 26

def to_s
  result = type
  result += supplement.to_s if supplement
  result += " to #{base}" if base
  result
end