Class: Datashake::ReviewIndex::V1::Profiles

Inherits:
BaseEndpoint show all
Defined in:
lib/datashake-ruby-sdk/review_index/v1/profiles.rb

Constant Summary collapse

PATH =
"profiles"

Instance Method Summary collapse

Methods inherited from BaseEndpoint

#fetch, #initialize, request_parameters

Constructor Details

This class inherits a constructor from Datashake::ReviewIndex::V1::BaseEndpoint

Instance Method Details

#endpoint_pathObject



31
32
33
# File 'lib/datashake-ruby-sdk/review_index/v1/profiles.rb', line 31

def endpoint_path
  PATH
end

#response_classObject



27
28
29
# File 'lib/datashake-ruby-sdk/review_index/v1/profiles.rb', line 27

def response_class
  Datashake::ReviewIndex::V1::Response
end