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

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/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

Deprecated.

This attribute has been replaced by #state_template_uri which is more useful.



14
15
16
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_state.rb', line 14

def activity_template_uri
  @activity_template_uri
end

- (Object) comment



20
21
22
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_state.rb', line 20

def comment
  @comment
end

- (Object) state_template_uri



17
18
19
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_state.rb', line 17

def state_template_uri
  @state_template_uri
end

- (Object) type



23
24
25
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_state.rb', line 23

def type
  @type
end