Class: Restash::Conf
- Inherits:
-
Object
- Object
- Restash::Conf
- Defined in:
- lib/restash/conf.rb
Class Attribute Summary collapse
-
.extra_options ⇒ Object
Returns the value of attribute extra_options.
-
.logstash_host ⇒ Object
Returns the value of attribute logstash_host.
-
.logstash_port ⇒ Object
Returns the value of attribute logstash_port.
-
.message_mutator ⇒ Object
Returns the value of attribute message_mutator.
-
.options ⇒ Object
Returns the value of attribute options.
Class Method Summary collapse
Class Attribute Details
.extra_options ⇒ Object
Returns the value of attribute extra_options.
8 9 10 |
# File 'lib/restash/conf.rb', line 8 def @extra_options end |
.logstash_host ⇒ Object
Returns the value of attribute logstash_host.
8 9 10 |
# File 'lib/restash/conf.rb', line 8 def logstash_host @logstash_host end |
.logstash_port ⇒ Object
Returns the value of attribute logstash_port.
8 9 10 |
# File 'lib/restash/conf.rb', line 8 def logstash_port @logstash_port end |
.message_mutator ⇒ Object
Returns the value of attribute message_mutator.
8 9 10 |
# File 'lib/restash/conf.rb', line 8 def @message_mutator end |
.options ⇒ Object
Returns the value of attribute options.
8 9 10 |
# File 'lib/restash/conf.rb', line 8 def @options end |