Sha256: 3b4747ed107412b2c5573a717393fb267d20c3ffd4e2e94392328146a0675390
Contents?: true
Size: 349 Bytes
Versions: 53
Compression:
Stored size: 349 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class AccessRoleMember < Struct include Checkable TYPES = %w[sunetid workgroup].freeze # Name of role attribute :type, Types::Strict::String.enum(*AccessRoleMember::TYPES) attribute :identifier, Types::Strict::String end end end
Version data entries
53 entries across 53 versions & 1 rubygems