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