Class: UU::OS::Artifact::ArtifactSetAttributes

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

Type of the artifact.



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

def artifact_type
  @artifact_type
end

- (Object) code

Code of the artifact.



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

def code
  @code
end

- (Object) description

Description of the artifact.



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

def description
  @description
end

- (Object) icon_uri

URI of the artifact's icon.



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

def icon_uri
  @icon_uri
end

- (Object) name

Name of the artifact.



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

def name
  @name
end

- (Object) security_level

Security level of the artifact.



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

def security_level
  @security_level
end