Method: IsoDoc::Metadata#agency
- Defined in:
- lib/isodoc/metadata_contributor.rb
#agency(xml) ⇒ Object
72 73 74 75 76 77 |
# File 'lib/isodoc/metadata_contributor.rb', line 72 def agency(xml) agency, publisher = agency1(xml) set(:agency, agency.sub(%r{/$}, '')) set(:publisher, @i18n.multiple_and(publisher, @labels['and'])) agency_addr(xml) end |