Class: Troles::Storage::JoinRefMany
- Defined in:
- lib/troles/storage/join_ref_many.rb
Instance Attribute Summary
Attributes inherited from Common::Storage
Instance Method Summary collapse
-
#initialize(role_subject) ⇒ JoinRefMany
constructor
A new instance of JoinRefMany.
Methods inherited from RefMany
#clear!, #display_roles, #ds_field_value?, #set_default_role!, #set_roles
Methods inherited from Common::Storage
#ds_field_name, #ds_field_value, #name, #persist_role_changes!, #set_ds_field, #valid_roles
Constructor Details
#initialize(role_subject) ⇒ JoinRefMany
Returns a new instance of JoinRefMany.
9 10 11 |
# File 'lib/troles/storage/join_ref_many.rb', line 9 def initialize role_subject super end |