Class: Datashake::ReviewIndex::V1::UpdateStatus
- Inherits:
-
BaseEndpoint
- Object
- BaseEndpoint
- Datashake::ReviewIndex::V1::UpdateStatus
- Defined in:
- lib/datashake-ruby-sdk/review_index/v1/update_status.rb
Constant Summary collapse
- PATH =
"update/status"
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_path ⇒ Object
15 16 17 |
# File 'lib/datashake-ruby-sdk/review_index/v1/update_status.rb', line 15 def endpoint_path PATH end |
#response_class ⇒ Object
11 12 13 |
# File 'lib/datashake-ruby-sdk/review_index/v1/update_status.rb', line 11 def response_class Datashake::ReviewIndex::V1::StatusResponse end |