Method: Gem::Net::HTTP#address

Defined in:
lib/rubygems/net-http/lib/net/http.rb

#addressObject (readonly)

Returns the string host name or host IP given as argument address in ::new.



1194
1195
1196
# File 'lib/rubygems/net-http/lib/net/http.rb', line 1194

def address
  @address
end