Method: OAI::Provider::Base#get_record

Defined in:
lib/oai/provider.rb

#get_record(options = {}) ⇒ Object

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