lib/healthcare_phony/diagnosis.rb in healthcare_phony-0.6.0 vs lib/healthcare_phony/diagnosis.rb in healthcare_phony-0.7s.0

- old
+ new

@@ -1,12 +1,12 @@ -# frozen_string_literal: true - -module HealthcarePhony - class Diagnosis - attr_accessor :coding_method, - :code, - :description, - :coding_system, - :date_time, - :type - end -end +# frozen_string_literal: true + +module HealthcarePhony + class Diagnosis + attr_accessor :coding_method, + :code, + :description, + :coding_system, + :date_time, + :type + end +end