Class: UU::OS::Artifact::ReferenceEntry

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/artifact/artifact_reference_entry.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

URI of the company where artifact is located.



16
17
18
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_reference_entry.rb', line 16

def code
  @code
end

- (Object) count

URI of the artifact's icon.



31
32
33
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_reference_entry.rb', line 31

def count
  @count
end

- (Object) description

URI of the competent role.



19
20
21
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_reference_entry.rb', line 19

def description
  @description
end

- (Object) direction

Description of the artifact.



28
29
30
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_reference_entry.rb', line 28

def direction
  @direction
end

- (Object) entity_type_uri

Entity type URI of the artifact. Never null.



22
23
24
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_reference_entry.rb', line 22

def entity_type_uri
  @entity_type_uri
end

- (Object) name

Code of the artifact.



13
14
15
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_reference_entry.rb', line 13

def name
  @name
end

- (Object) type

Type of the artifact.



25
26
27
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_reference_entry.rb', line 25

def type
  @type
end

- (Object) uri

Type of the artifact.



10
11
12
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_reference_entry.rb', line 10

def uri
  @uri
end