Class: UU::OS::Artifact::ArtifactSetState

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

UESURI of the activity template.



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

def activity_template_uri
  @activity_template_uri
end

- (Object) comment

The artifact state comment.



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

def comment
  @comment
end

- (Object) type

The new state of the artifact.



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

def type
  @type
end