Class: UU::OS::MetaPermission::MetaPermissionGetSystemGroupAttributes

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

Overview

DTO containing attributes of the system group.

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) authority_description

Description of the System Group.



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

def authority_description
  @authority_description
end

- (Object) authority_name

Name of the System Group.



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

def authority_name
  @authority_name
end

- (Object) authority_uri

UESURI of the System Group.



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

def authority_uri
  @authority_uri
end

- (Object) uri

UESURI of the entity for which the System Group was listed.



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

def uri
  @uri
end