Class: UU::OS::Role::RoleGetArtifactListItem

Inherits:
UU::OS::REST::DTO show all
Defined in:
uu_os-0.29.16/lib/uu/os/role/role_get_artifact_list_item.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

Code of the role. Never nil.



16
17
18
# File 'uu_os-0.29.16/lib/uu/os/role/role_get_artifact_list_item.rb', line 16

def code
  @code
end

- (Object) entity_type_uri

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



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

def entity_type_uri
  @entity_type_uri
end

- (Object) name

Name of the role. Never nil.



13
14
15
# File 'uu_os-0.29.16/lib/uu/os/role/role_get_artifact_list_item.rb', line 13

def name
  @name
end

- (Object) uri

Normalized UESURI of the role. Never nil.



10
11
12
# File 'uu_os-0.29.16/lib/uu/os/role/role_get_artifact_list_item.rb', line 10

def uri
  @uri
end