Class: Settings
- Inherits:
-
Struct
- Object
- Struct
- Settings
- Defined in:
- lib/logstash/web/server.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#backend_url ⇒ Object
Returns the value of attribute backend_url.
-
#daemonize ⇒ Object
Returns the value of attribute daemonize.
-
#logfile ⇒ Object
Returns the value of attribute logfile.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
267 268 269 |
# File 'lib/logstash/web/server.rb', line 267 def address @address end |
#backend_url ⇒ Object
Returns the value of attribute backend_url
267 268 269 |
# File 'lib/logstash/web/server.rb', line 267 def backend_url @backend_url end |
#daemonize ⇒ Object
Returns the value of attribute daemonize
267 268 269 |
# File 'lib/logstash/web/server.rb', line 267 def daemonize @daemonize end |
#logfile ⇒ Object
Returns the value of attribute logfile
267 268 269 |
# File 'lib/logstash/web/server.rb', line 267 def logfile @logfile end |
#port ⇒ Object
Returns the value of attribute port
267 268 269 |
# File 'lib/logstash/web/server.rb', line 267 def port @port end |