Method: Gem::Net::HTTP#address
- Defined in:
- lib/rubygems/vendor/net-http/lib/net/http.rb
#address ⇒ Object (readonly)
Returns the string host name or host IP given as argument address
in ::new.
1270 1271 1272 |
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1270 def address @address end |