Method: Student#get_info

Defined in:
lib/Student.rb

#get_infoObject



86
87
88
# File 'lib/Student.rb', line 86

def get_info
	"#{get_short_fio},#{get_short_contact[:type]}:#{get_short_contact[:val]},#{get_git}"
end