Class: GoogleSearchCse

Inherits:
Object
  • Object
show all
Defined in:
lib/google_search_cse.rb,
lib/google_search_cse/version.rb

Defined Under Namespace

Classes: DeprecatedError

Constant Summary collapse

VERSION =
"0.0.3"

Instance Method Summary collapse

Constructor Details

#initializeGoogleSearchCse

Returns a new instance of GoogleSearchCse.

Raises:



6
7
8
9
10
11
12
# File 'lib/google_search_cse.rb', line 6

def initialize(*)
  raise DeprecatedError,
    "[DEPRECATED] google_search_cse: Google Custom Search API is being shut down on " \
    "January 1, 2027. This gem has no implementation. " \
    "Please migrate to Algolia (https://www.algolia.com/), " \
    "Meilisearch (https://www.meilisearch.com/), or Typesense (https://typesense.org/)."
end