Class: UU::OS::AccessRole::AccessRoleGetRoleInterfaceListItem Deprecated

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

Overview

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

Code of the personal access role. Never nil.



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

def code
  @code
end

- (Object) entity_type_uri

UESURI of the entity type of the access role. Never nil.



21
22
23
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_get_role_interface_list_item.rb', line 21

def entity_type_uri
  @entity_type_uri
end

- (Object) name

Description of the personal access role. Never nil.



18
19
20
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_get_role_interface_list_item.rb', line 18

def name
  @name
end

- (Object) uri

Normalized UESURI of the personal access role. Never nil.



12
13
14
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_get_role_interface_list_item.rb', line 12

def uri
  @uri
end