Class: UU::OS::Folder::FolderSetAttributes

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/folder/folder_set_attributes.rb

Instance Attribute Summary (collapse)

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



11
12
13
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_set_attributes.rb', line 11

def code
  @code
end

- (Object) component_content



30
31
32
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_set_attributes.rb', line 30

def component_content
  @component_content
end

- (Object) description



19
20
21
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_set_attributes.rb', line 19

def description
  @description
end

- (Object) icon_uri



27
28
29
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_set_attributes.rb', line 27

def icon_uri
  @icon_uri
end

- (Object) name



15
16
17
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_set_attributes.rb', line 15

def name
  @name
end

- (Object) security_level



23
24
25
# File 'uu_os-0.29.16/lib/uu/os/folder/folder_set_attributes.rb', line 23

def security_level
  @security_level
end