class Provet::Patient

Private Instance Methods

endpoint_name() click to toggle source
# File lib/provet/patient.rb, line 11
def endpoint_name
  'patient'
end
soft_deletable?() click to toggle source
# File lib/provet/patient.rb, line 7
def soft_deletable?
  true
end