Method: Libis::Tools::MetsFile#dc_record=
- Defined in:
- lib/libis/tools/mets_file.rb
#dc_record=(xml) ⇒ Object
Sets the DC record for the global amd section.
172 173 174 |
# File 'lib/libis/tools/mets_file.rb', line 172 def dc_record=(xml) @dc_record = xml end |