Sha256: 9e69db72f54f00250459a24001a7cf072f667d42a221c1c039fb2d3bddfcd35b
Contents?: true
Size: 282 Bytes
Versions: 85
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module PlatformSdk module PencilSpaces module Constants TEACHER_ROLE = :Teacher STUDENT_ROLE = :Student ADMIN_ROLE = :InstitutionAdmin SPACE_HOST_ROLE = :host SPACE_PARTICIPANT_ROLE = :participant end end end
Version data entries
85 entries across 85 versions & 1 rubygems