Class: Gcloud::Search::APIClient::IndexResourcePath

Inherits:
ResourcePath
  • Object
show all
Defined in:
lib/gcloud/search/api_client.rb

Overview

Special-case return type for DiscoveredApi http search verb method

Instance Method Summary collapse

Methods inherited from ResourcePath

#api_method, #create, #delete, #get, #initialize, #list

Constructor Details

This class inherits a constructor from Gcloud::Search::APIClient::ResourcePath

Instance Method Details

#searchObject

:nodoc:



104
105
106
# File 'lib/gcloud/search/api_client.rb', line 104

def search
  api_method :get, "/{indexId}/search"
end