marcelobarreto/postgrest-rb

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Postgrest
  module Responses
    class GetResponse < BaseResponse
    end
  end
end