Class: RelatonBib::SourceLocality
- Inherits:
-
BibItemLocality
- Object
- BibItemLocality
- RelatonBib::SourceLocality
- Defined in:
- lib/relaton_bib/bib_item_locality.rb
Instance Attribute Summary
Attributes inherited from BibItemLocality
#reference_from, #reference_to, #type
Instance Method Summary collapse
Methods inherited from BibItemLocality
#initialize, #to_asciibib, #to_bibtex, #to_hash
Constructor Details
This class inherits a constructor from RelatonBib::BibItemLocality
Instance Method Details
#to_xml(builder) ⇒ Object
152 153 154 |
# File 'lib/relaton_bib/bib_item_locality.rb', line 152 def to_xml(builder) builder.sourceLocality { |b| super(b) } end |