Method: IsoDoc::Function::References#iso_bibitem_entry_attrs
- Defined in:
- lib/isodoc/function/references.rb
#iso_bibitem_entry_attrs(b, biblio) ⇒ Object
100 101 102 |
# File 'lib/isodoc/function/references.rb', line 100 def iso_bibitem_entry_attrs(b, biblio) { id: b["id"], class: biblio ? "Biblio" : "NormRef" } end |