class Artifactory::Resource::Artifact

def move(destination, options = {})

Other tags:
    See: {Artifact#copy_or_move} -
def move(destination, options = {})
  copy_or_move(:move, destination, options)
end