Class: UU::OS::AllFromOrganizationalUnitCast::AllFromOrganizationalUnitCastAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::AllFromOrganizationalUnitCast::AllFromOrganizationalUnitCastAttributes
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb
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.
47 48 49 |
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 47 def casted_subject_code @casted_subject_code end |
- (Object) casted_subject_entity_type_uri
Entity type URI of casted subject.
50 51 52 |
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 50 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.
43 44 45 |
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 43 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_client-0.10.6/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.
22 23 24 |
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 22 def date_from @date_from end |
- (Object) date_to
The informative field describing the date when the cast should expire.
25 26 27 |
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 25 def date_to @date_to end |
- (Object) level
The level of the cast relation.
19 20 21 |
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 19 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.
36 37 38 |
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 36 def organizational_unit_code @organizational_unit_code end |
- (Object) organizational_unit_entity_type_uri
Entity type URI of organizational unit.
39 40 41 |
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 39 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.
32 33 34 |
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 32 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_client-0.10.6/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.
28 29 30 |
# File 'uu_os_client-0.10.6/lib/uu/os/all_from_organizational_unit_cast/all_from_organizational_unit_cast_attributes.rb', line 28 def state @state end |