class EdFi::Indiana::AttendanceJob < EdFi::Indiana::Job
  def call
    run_service(:student_school_attendance_events)
  end
end
