class Artifactory::Resource::System
def info(options = {})
-
(String)
-
Options Hash:
(**options)
-
:client
(Artifactory::Client
) --
Parameters:
-
options
(Hash
) --
Other tags:
- Example: Get the system information -
def info(options = {}) client = extract_client!(options) client.get("/api/system") end