Sha256: 4115a8c79e57b84cc6dcb5245d8d7ae308c551455414672f80fec1097c984ee2
Contents?: true
Size: 315 Bytes
Versions: 6
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true module Eligible 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
Version data entries
6 entries across 6 versions & 1 rubygems