Class: OAI::ListSetsResponse
- Includes:
- Enumerable, XPath
- Defined in:
- lib/oai/client/list_sets.rb
Overview
allows for iteration of the sets found in a oai-pmh server
for set in client.list_sets
puts set
end
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
Methods included from XPath
#get_attribute, #xpath, #xpath_all, #xpath_first
Methods inherited from Response
Constructor Details
This class inherits a constructor from OAI::Response