Method: Aptly::Configuration#uri

Defined in:
lib/aptly/configuration.rb

#uriObject

Generally any suitable URI is allowed. This can also be a Unix domain socket which needs to be used in the notation unix:/tmp/sock.



27
28
29
# File 'lib/aptly/configuration.rb', line 27

def uri
  @uri
end