Class: UU::OS::Folder::FolderSetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Folder::FolderSetAttributes
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/folder/folder_set_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the folder.
-
- (Object) description
Description of the folder.
-
- (Object) icon_uri
URI of the folder's icon.
-
- (Object) name
Name of the folder.
-
- (Object) security_level
Security level 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) code
Code of the folder. When null is set, the code is not modified.
13 14 15 |
# File 'uu_os_client-0.10.6/lib/uu/os/folder/folder_set_attributes.rb', line 13 def code @code end |
- (Object) description
Description of the folder. When null is set, the description is not modified.
19 20 21 |
# File 'uu_os_client-0.10.6/lib/uu/os/folder/folder_set_attributes.rb', line 19 def description @description end |
- (Object) icon_uri
URI of the folder's icon. When null is set, the icon is not modified. When
NULL_URI
value is set, the folder icon is removed and the
folder uses icon from meta artifact.
Allowed format URI of icon:
ues:#system:#
.CodeTable_Icons:#CODE_OF_ICON
For example:
ues:#system:#{ues_v5.core_v1.codetable_v1.base_v1.CodeTable_Icons
}:#ART_077
29 30 31 |
# File 'uu_os_client-0.10.6/lib/uu/os/folder/folder_set_attributes.rb', line 29 def icon_uri @icon_uri end |
- (Object) name
Name of the folder. When null is set, the name is not modified.
16 17 18 |
# File 'uu_os_client-0.10.6/lib/uu/os/folder/folder_set_attributes.rb', line 16 def name @name end |
- (Object) security_level
Security level of the folder. When null is set, the security level is not modified.
22 23 24 |
# File 'uu_os_client-0.10.6/lib/uu/os/folder/folder_set_attributes.rb', line 22 def security_level @security_level end |