Sha256: 684e119fc1610832645a3cf2abcb04a6f70bf5a0883c6a4703ca46740b3cfd43
Contents?: true
Size: 431 Bytes
Versions: 22
Compression:
Stored size: 431 Bytes
Contents
# frozen_string_literal: true module Eligible module V1_0 class EstimateServiceLine < RestAPIBase ENDPOINT_NAME = 'estimate_service_lines'.freeze 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
Version data entries
22 entries across 22 versions & 1 rubygems