Class: Gcloud::Search::APIClient::IndexResourcePath
- Inherits:
-
ResourcePath
- Object
- ResourcePath
- Gcloud::Search::APIClient::IndexResourcePath
- Defined in:
- lib/gcloud/search/api_client.rb
Overview
Special-case return type for DiscoveredApi http search verb method
Instance Method Summary collapse
-
#search ⇒ Object
:nodoc:.
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
#search ⇒ Object
:nodoc:
104 105 106 |
# File 'lib/gcloud/search/api_client.rb', line 104 def search api_method :get, "/{indexId}/search" end |