Sha256: e11d7c9f5cd3a56a9e49e0bdfd3f25585433422c3564b99af31123fc2ca32289
Contents?: true
Size: 631 Bytes
Versions: 2
Compression:
Stored size: 631 Bytes
Contents
# frozen_string_literal: true module Eligible module V1_0 module Reports class DistributionRatios < RestAPIBase ENDPOINT_NAME = 'reports/distribution_ratios'.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eligible-3.0.0.beta22 | lib/eligible/v1_0/reports/distribution_ratios.rb |
eligible-3.0.0.beta20 | lib/eligible/v1_0/reports/distribution_ratios.rb |