Class: EADFormat
- Inherits:
-
OAI::Provider::Metadata::Format
- Object
- OAI::Provider::Metadata::Format
- EADFormat
- Defined in:
- backend/app/lib/oai/ead_format.rb
Instance Method Summary collapse
-
#initialize ⇒ EADFormat
constructor
A new instance of EADFormat.
Constructor Details
#initialize ⇒ EADFormat
Returns a new instance of EADFormat.
2 3 4 5 6 |
# File 'backend/app/lib/oai/ead_format.rb', line 2 def initialize @prefix = 'oai_ead' @schema = 'https://www.loc.gov/ead/ead.xsd' @namespace = 'http://www.loc.gov/ead/' end |