Sha256: bb2d6d9f440195e7d54d461016aa6ee830c58e28ad14c3ae5410bb904a3d85dd
Contents?: true
Size: 427 Bytes
Versions: 22
Compression:
Stored size: 427 Bytes
Contents
# frozen_string_literal: true module Eligible module V1_0 class Verification < RestAPIBase ENDPOINT_NAME = 'verifications'.freeze def self.update(_params, _opts = {}) fail NotImplementedError, "Not an allowed operation for this endpoint" end def self.delete(_params, _opts = {}) fail NotImplementedError, "Not an allowed operation for this endpoint" end end end end
Version data entries
22 entries across 22 versions & 1 rubygems