Sha256: 4a62d6e83b4c84731a1f78335e94711071a5b73ba889e4a7744f7ecdb062a6e6
Contents?: true
Size: 437 Bytes
Versions: 1
Compression:
Stored size: 437 Bytes
Contents
# frozen_string_literal: true module Eligible module V1_0 class InsuranceCompany < RestAPIBase ENDPOINT_NAME = 'insurance_companies'.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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eligible-3.0.0.beta10 | lib/eligible/v1_0/insurance_company.rb |