class AppPatientProgrammeSessionsComponent
Public Class Methods
Source
# File app/components/app_patient_programme_sessions_component.rb, line 4 def initialize(patient, programme, academic_year:, team:) @patient = patient @programme = programme @academic_year = academic_year @team = team end