Class: UU::OS::Artifact::ArtifactMove

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

Specifies if a new shortcut pointing to the artifactUri should be created at the original location.



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

def keep_shortcut
  @keep_shortcut
end

- (Object) location_uri

UESURI of a location (folder/organizational unit, meta model) where to the artifact will be moved.



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

def location_uri
  @location_uri
end