Class: Settings

Inherits:
Struct
  • Object
show all
Defined in:
lib/logstash/web/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



267
268
269
# File 'lib/logstash/web/server.rb', line 267

def address
  @address
end

#backend_urlObject

Returns the value of attribute backend_url

Returns:

  • (Object)

    the current value of backend_url



267
268
269
# File 'lib/logstash/web/server.rb', line 267

def backend_url
  @backend_url
end

#daemonizeObject

Returns the value of attribute daemonize

Returns:

  • (Object)

    the current value of daemonize



267
268
269
# File 'lib/logstash/web/server.rb', line 267

def daemonize
  @daemonize
end

#logfileObject

Returns the value of attribute logfile

Returns:

  • (Object)

    the current value of logfile



267
268
269
# File 'lib/logstash/web/server.rb', line 267

def logfile
  @logfile
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



267
268
269
# File 'lib/logstash/web/server.rb', line 267

def port
  @port
end