Sha256: 2f11767ac3e306f20f18f542768d2abbd508b9816d29b09a41240f74a5319c72
Contents?: true
Size: 635 Bytes
Versions: 5
Compression:
Stored size: 635 Bytes
Contents
# frozen_string_literal: true module Eligible module V1_0 module Reports class InScopeDistribution < RestAPIBase ENDPOINT_NAME = 'reports/in_scope_distributions'.freeze def self.create(_params, _opts = {}) fail NotImplementedError, "Not an allowed operation for this endpoint" end 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 end
Version data entries
5 entries across 5 versions & 1 rubygems