Sha256: 062ba5a089148222c18fd557f3f072b0377e42c873436aea809d265016bf76db
Contents?: true
Size: 411 Bytes
Versions: 22
Compression:
Stored size: 411 Bytes
Contents
# frozen_string_literal: true module Eligible module V1_0 class File < RestAPIBase ENDPOINT_NAME = 'files'.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