Class: UU::OS::RoleInterface::RoleInterfaceSetAttributes

Inherits:
UU::OS::REST::DTO show all
Defined in:
uu_os-0.29.16/lib/uu/os/role_interface/role_interface_set_attributes.rb

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from UU::OS::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



14
15
16
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_set_attributes.rb', line 14

def code
  @code
end

- (Object) component_content



26
27
28
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_set_attributes.rb', line 26

def component_content
  @component_content
end

- (Object) description



17
18
19
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_set_attributes.rb', line 17

def description
  @description
end

- (Object) icon_uri



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

def icon_uri
  @icon_uri
end

- (Object) name



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

def name
  @name
end

- (Object) security_level



20
21
22
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_set_attributes.rb', line 20

def security_level
  @security_level
end