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