Class: UU::OS::Artifact::ReferenceEntry
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Artifact::ReferenceEntry
- Defined in:
- uu_os-0.29.16/lib/uu/os/artifact/artifact_reference_entry.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the artifact.
-
- (Object) count
The number of references of the same type.
-
- (Object) description
Description of the artifact.
-
- (Object) direction
Direction of the reference.
-
- (Object) entity_type_uri
Entity type URI of the artifact.
-
- (Object) name
Name of the artifact.
-
- (Object) type
Type of the reference.
-
- (Object) uri
Normalized UESURI of the artifact.
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 artifact.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_reference_entry.rb', line 16 def code @code end |
- (Object) count
The number of references of the same type.
35 36 37 |
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_reference_entry.rb', line 35 def count @count end |
- (Object) description
Description of the artifact.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_reference_entry.rb', line 19 def description @description end |
- (Object) direction
Direction of the reference.
32 33 34 |
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_reference_entry.rb', line 32 def direction @direction end |
- (Object) entity_type_uri
Entity type URI of the artifact. Never nil.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_reference_entry.rb', line 22 def entity_type_uri @entity_type_uri end |
- (Object) name
Name of the artifact.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_reference_entry.rb', line 13 def name @name end |
- (Object) type
Type of the reference.
27 28 29 |
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_reference_entry.rb', line 27 def type @type end |
- (Object) uri
Normalized UESURI of the artifact.
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_reference_entry.rb', line 10 def uri @uri end |