Class: Relaton::Bib::ICS
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Relaton::Bib::ICS
- Defined in:
- lib/relaton/bib/model/ics.rb
Instance Method Summary collapse
Instance Method Details
#text ⇒ Object
15 16 17 18 19 20 |
# File 'lib/relaton/bib/model/ics.rb', line 15 def text val = @text return val if val && !val.empty? Isoics.fetch(code)&.description if code end |