Method: Locd::Agent::Proxy#url

Defined in:
lib/locd/agent/proxy.rb

#urlString

Returns The URL the agent can be reached at through the proxy.

Returns:

  • (String)

    The URL the agent can be reached at through the proxy.



105
106
107
# File 'lib/locd/agent/proxy.rb', line 105

def url
  "http://#{ label }:#{ Locd.get_port }"
end