Class: Renalware::Patients::Alert

Inherits:
ApplicationRecord show all
Includes:
Accountable
Defined in:
app/models/renalware/patients/alert.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Accountable

#first_or_create_by!, #save_by, #save_by!, #update_by

Instance Attribute Details

#urgencyObject

for use in forms



11
12
13
# File 'app/models/renalware/patients/alert.rb', line 11

def urgency
  @urgency
end