class Hydra::Grouper::InstitutionFunctionValueObject
A simple PORO that defines what an agent of an institution can do?
The concept formerly known as Roles (because Roles and Groups are getting conflated)
Attributes
institution_function_key[R]
key[R]
name[R]
Public Class Methods
new(name:, key:)
click to toggle source
# File lib/hydra/grouper/institution_function_value_object.rb, line 9 def initialize(name:, key:) @name = name @key = key end