Method: ArtRest::System#configuration

Defined in:
lib/artrest/system.rb

#configurationObject

Get this system resource’s general configuration subresource, i.e. the resource representing Artifactory’s artifactory.config.xml file.

  • Returns :

    • Artifactory’s general configuration, represented as an instance of ArtRest::System::GeneralConfiguration



70
71
72
# File 'lib/artrest/system.rb', line 70

def configuration
    ArtRest::System::GeneralConfiguration.new("#{base_url}/api/system/configuration", options, block)
end