Equivalent to ‘&verb=GetRecord’, returns a record matching the required :identifier option
448 449 450
# File 'lib/oai/provider.rb', line 448 def get_record(options = {}) Response::GetRecord.new(provider_context, options).to_xml end