Method: IsoDoc::Metadata#agency
- Defined in:
- lib/isodoc/metadata_contributor.rb
#agency(xml) ⇒ Object
84 85 86 87 88 89 |
# File 'lib/isodoc/metadata_contributor.rb', line 84 def agency(xml) agency, publisher = agency1(xml) set(:agency, agency.sub(%r{/$}, "")) set(:publisher, @i18n.boolean_conj(publisher, "and")) agency_addr(xml) end |