Class: RelatonBib::Locality
- Inherits:
-
BibItemLocality
- Object
- BibItemLocality
- RelatonBib::Locality
- 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_hash
Constructor Details
This class inherits a constructor from RelatonBib::BibItemLocality
Instance Method Details
#to_xml(builder) ⇒ Object
58 59 60 |
# File 'lib/relaton_bib/bib_item_locality.rb', line 58 def to_xml(builder) builder.locality { |b| super(b) } end |