Sha256: 019925413f68b5132f99ce38257197967572c5e787ee6c6fde1cdfbcccbba604
Contents?: true
Size: 295 Bytes
Versions: 2
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true require_relative 'data_list' class DataListStudentShort < DataList def get_names ["short_name_initials", "git", "contact"] end protected def table_fields(object) [object.short_name_initials, object.git, object.contact] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shanti555890-1.1.5 | lib/source/all_data/data_list_student_short.rb |
shanti555890-1.1.4 | lib/source/all_data/data_list_student_short.rb |