marcelobarreto/postgrest-rb

View on GitHub
lib/postgrest/responses/patch_response.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Postgrest
  module Responses
    class PatchResponse < BaseResponse
    end
  end
end