Class: UU::OS::OrganizationalUnit::OrganizationalUnitEntryAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::OrganizationalUnit::OrganizationalUnitEntryAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/organizational_unit/organizational_unit_entry_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the entry.
-
- (Object) description
Description of the entry.
-
- (Object) entity_type_uri
UESURI of the entity type of the entry.
-
- (Object) name
Name of the entry.
-
- (Object) type
Type of the entry.
-
- (Object) uri
UESURI of the entry.
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) code
Code of the entry.
11 12 13 |
# File 'uu_os-0.29.16/lib/uu/os/organizational_unit/organizational_unit_entry_attributes.rb', line 11 def code @code end |
- (Object) description
Description of the entry.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/organizational_unit/organizational_unit_entry_attributes.rb', line 17 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the entry. Never nil.
28 29 30 |
# File 'uu_os-0.29.16/lib/uu/os/organizational_unit/organizational_unit_entry_attributes.rb', line 28 def entity_type_uri @entity_type_uri end |
- (Object) name
Name of the entry.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/organizational_unit/organizational_unit_entry_attributes.rb', line 14 def name @name end |
- (Object) type
Type of the entry.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/organizational_unit/organizational_unit_entry_attributes.rb', line 25 def type @type end |
- (Object) uri
UESURI of the entry.
20 21 22 |
# File 'uu_os-0.29.16/lib/uu/os/organizational_unit/organizational_unit_entry_attributes.rb', line 20 def uri @uri end |