Class: UU::OS::Folder::FolderEntryAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Folder::FolderEntryAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/folder/folder_entry_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) artifact_uri
UESURI of the referenced artifact from the shortcut.
-
- (Object) code
Code of the folder.
-
- (Object) container
True if the folder entry is a container (folder, org.unit, territory, etc.).
-
- (Object) description
Description of the folder.
-
- (Object) entity_type_uri
UESURI of the entity type of the folder entry.
-
- (Object) name
Name of the folder.
-
- (Object) shortcut
True if the folder entry is a shortcut.
-
- (Object) type
Type of the entry.
-
- (Object) uri
UESURI of the folder.
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) artifact_uri
UESURI of the referenced artifact from the shortcut. Null in case the entry is not of type SHORTCUT.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_entry_attributes.rb', line 25 def artifact_uri @artifact_uri end |
- (Object) code
Code of the folder.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_entry_attributes.rb', line 13 def code @code end |
- (Object) container
True if the folder entry is a container (folder, org.unit, territory, etc.)
33 34 35 |
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_entry_attributes.rb', line 33 def container @container end |
- (Object) description
Description of the folder.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_entry_attributes.rb', line 19 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the folder entry. Never null.
39 40 41 |
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_entry_attributes.rb', line 39 def entity_type_uri @entity_type_uri end |
- (Object) name
Name of the folder.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_entry_attributes.rb', line 16 def name @name end |
- (Object) shortcut
True if the folder entry is a shortcut
36 37 38 |
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_entry_attributes.rb', line 36 def shortcut @shortcut end |
- (Object) type
Type of the entry.
30 31 32 |
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_entry_attributes.rb', line 30 def type @type end |
- (Object) uri
UESURI of the folder.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_entry_attributes.rb', line 22 def uri @uri end |