Class: UU::OS::RoleInterface::RoleInterfaceRemoveMetaArtifact

Inherits:
UU::OS::REST::DTO show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/role_interface/role_interface_remove_meta_artifact.rb

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from UU::OS::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) meta_artifact_uri

UES URI of the meta artifact that to be disconnected from thespecified role interface. Whether the meta artifact is notconnected, the disconnect command fails.



12
13
14
# File 'uu_os_client-0.10.6/lib/uu/os/role_interface/role_interface_remove_meta_artifact.rb', line 12

def meta_artifact_uri
  @meta_artifact_uri
end