Method: Webmachine::Configuration#port

Defined in:
lib/webmachine/configuration.rb

#portInteger

the port to bind to, defaults to 8080

Returns:

  • (Integer)

    the current value of port



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

def port
  @port
end