Sha256: efc46954eeec36f421fa0c1bf7b1766b44dac312cbc391fc1a83c0675bbae0b3
Contents?: true
Size: 629 Bytes
Versions: 2
Compression:
Stored size: 629 Bytes
Contents
# frozen_string_literal: true module Eligible module V1_0 module Reports class FinancialMeasures < RestAPIBase ENDPOINT_NAME = 'reports/financial_measures'.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/financial_measures.rb |
eligible-3.0.0.beta20 | lib/eligible/v1_0/reports/financial_measures.rb |