class Mingle::Http::ServerLocation

Public Instance Methods

to_url() click to toggle source
# File lib/mingle/http.rb, line 20
def to_url
    "http://#{host}:#{port}#{uri}"
end