Method: Webmachine::Configuration#ip

Defined in:
lib/webmachine/configuration.rb

#ipString

the interface to bind to, defaults to “0.0.0.0” (all interfaces)

Returns:

  • (String)

    the current value of ip



11
12
13
# File 'lib/webmachine/configuration.rb', line 11

def ip
  @ip
end