module Artifactory::Defaults

def options

Returns:
  • (Hash) -
def options
  Hash[Configurable.keys.map { |key| [key, send(key)] }]
end