Class: UU::OS::AllFromOrganizationalUnitCast::AllFromOrganizationalUnitCastAttributes Deprecated
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::AllFromOrganizationalUnitCast::AllFromOrganizationalUnitCastAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb
Overview
All From OU will not be used in the new authorization (v4).
Instance Attribute Summary (collapse)
-
- (Object) casted_subject_code
Code of the subject (role or group) which is casted to the group All From Organizational Unit.
-
- (Object) casted_subject_entity_type_uri
Entity type URI of casted subject.
-
- (Object) casted_subject_name
Name of the subject (role or group) which is casted to the group All From Organizational Unit.
-
- (Object) casted_subject_uri
UESURI of the subject (role or group) which is casted to the group All From Organizational Unit.
-
- (Object) date_from
Creation time of the cast.
-
- (Object) date_to
The informative field describing the date when the cast should expire.
-
- (Object) level
The level of the cast relation.
-
- (Object) organizational_unit_code
Code of the organizational unit from which the group All From Organizational Unit is derived to which the casted subject is casted.
-
- (Object) organizational_unit_entity_type_uri
Entity type URI of organizational unit.
-
- (Object) organizational_unit_name
Name of the organizational unit from which the group All From Organizational Unit is derived to which the casted subject is casted.
-
- (Object) organizational_unit_uri
UESURI of the organizational unit from which the group All From Organizational Unit is derived to which the casted subject is casted.
-
- (Object) state
Specifies the state of the cast.
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) casted_subject_code
Code of the subject (role or group) which is casted to the group All From Organizational Unit.
51 52 53 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 51 def casted_subject_code @casted_subject_code end |
- (Object) casted_subject_entity_type_uri
Entity type URI of casted subject.
54 55 56 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 54 def casted_subject_entity_type_uri @casted_subject_entity_type_uri end |
- (Object) casted_subject_name
Name of the subject (role or group) which is casted to the group All From Organizational Unit.
47 48 49 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 47 def casted_subject_name @casted_subject_name end |
- (Object) casted_subject_uri
UESURI of the subject (role or group) which is casted to the group All From Organizational Unit.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 16 def casted_subject_uri @casted_subject_uri end |
- (Object) date_from
Creation time of the cast.
24 25 26 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 24 def date_from @date_from end |
- (Object) date_to
The informative field describing the date when the cast should expire.
27 28 29 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 27 def date_to @date_to end |
- (Object) level
The level of the cast relation.
21 22 23 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 21 def level @level end |
- (Object) organizational_unit_code
Code of the organizational unit from which the group All From Organizational Unit is derived to which the casted subject is casted.
40 41 42 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 40 def organizational_unit_code @organizational_unit_code end |
- (Object) organizational_unit_entity_type_uri
Entity type URI of organizational unit.
43 44 45 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 43 def organizational_unit_entity_type_uri @organizational_unit_entity_type_uri end |
- (Object) organizational_unit_name
Name of the organizational unit from which the group All From Organizational Unit is derived to which the casted subject is casted.
36 37 38 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 36 def organizational_unit_name @organizational_unit_name end |
- (Object) organizational_unit_uri
UESURI of the organizational unit from which the group All From Organizational Unit is derived to which the casted subject is casted.
12 13 14 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 12 def organizational_unit_uri @organizational_unit_uri end |
- (Object) state
Specifies the state of the cast.
32 33 34 |
# File 'uu_os-0.29.16/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 32 def state @state end |