Class: Algolia::BaseResponse

Inherits:
Object
  • Object
show all
Includes:
Helpers
Defined in:
lib/algolia/responses/base_response.rb

Instance Method Summary collapse

Methods included from Helpers

#check_array, #check_object, #chunk, #deserialize_settings, #get_object_id, #get_option, #handle_params, #hash_includes_subset?, included, #json_to_hash, #path_encode, #symbolize_hash, #to_json, #to_query_string

Instance Method Details

#waitObject

Raises:

  • (StandardError)


5
6
7
# File 'lib/algolia/responses/base_response.rb', line 5

def wait
  raise StandardError, 'This method should be implemented'
end