Class: GdsApi::Rummager

Inherits:
Search show all
Defined in:
lib/gds_api/rummager.rb

Constant Summary

Constants inherited from Search

Search::API_VERSIONS, Search::DEFAULT_API_VERSION

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Search

#add_document, #advanced_search, #base_url, #batch_search, #delete_content, #delete_document, #documents_url, #get_content, #search, #search_enum

Methods inherited from Base

#client, #create_client, #get_list, #url_for_slug

Constructor Details

#initialize(*args) ⇒ Rummager

Returns a new instance of Rummager.



5
6
7
8
# File 'lib/gds_api/rummager.rb', line 5

def initialize(*args)
  warn "GdsApi::Rummager is deprecated.  Use GdsApi::Search instead."
  super
end