host=

host=(v)
Instance Public methods

Args

v

String

Description

public setter for the host component v. (with validation)

see also URI::Generic.check_host

Usage

require 'uri'

uri = URI.parse("http://my.example.com")
uri.host = "foo.com"
# =>  "foo.com"
uri
#=> #<URI::HTTP:0x000000008e89e8 URL:http://foo.com>
doc_ruby_on_rails
2015-06-10 05:36:12
Comments
Leave a Comment

Please login to continue.