Sha256: 0c404be603573075b0eb23f2dadbf6eac390993e35acbe70bb5e4cd3738fa54d
Contents?: true
Size: 345 Bytes
Versions: 1
Compression:
Stored size: 345 Bytes
Contents
# frozen_string_literal: true module Eligible module V1_0 class PatientStatementServiceLine < RestAPIBase ENDPOINT_NAME = 'patient_statement_service_lines'.freeze # not an allowed operation so override the implementation to not support explicitly even though route is not defined def self.update; 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/patient_statement_service_line.rb |