Method: Moped::Connection#host

Defined in:
lib/moped/connection.rb

#hostString

Returns The ip address of the host.

Returns:

  • (String)

    The ip address of the host.



26
27
28
# File 'lib/moped/connection.rb', line 26

def host
  @host
end