class Artifactory::Resource::Artifact

def relative_path

Returns:
  • (String) -

Other tags:
    Example: Get the relative URI from the resource -
def relative_path
  @relative_path ||= uri.split("/api/storage", 2).last
end