Sha256: 9e1eaa44327e2ceef22b6f2e9cb073e0066f82ee7efb2b5f92c6f687547f512d
Contents?: true
Size: 189 Bytes
Versions: 1
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true module Provet class Patient < Provet::Base private def soft_deletable? true end def endpoint_name 'patient' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
provet-client-0.1.0 | lib/provet/patient.rb |