Class: Sufia::ResourceSyncController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/sufia/resource_sync_controller.rb

Instance Method Summary collapse

Instance Method Details

#capability_listObject



6
7
8
# File 'app/controllers/sufia/resource_sync_controller.rb', line 6

def capability_list
  render_from_cache_as_xml(:capability_list)
end

#resource_listObject



10
11
12
# File 'app/controllers/sufia/resource_sync_controller.rb', line 10

def resource_list
  render_from_cache_as_xml(:resource_list)
end

#source_descriptionObject



2
3
4
# File 'app/controllers/sufia/resource_sync_controller.rb', line 2

def source_description
  render_from_cache_as_xml(:source_description)
end