Class: LogStash::Api::Modules::Node
- Defined in:
- lib/logstash/api/modules/node.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Util::Loggable
included, #logger, #slow_logger
Constructor Details
This class inherits a constructor from LogStash::Api::Modules::Base
Instance Method Details
#node ⇒ Object
9 10 11 |
# File 'lib/logstash/api/modules/node.rb', line 9 def node factory.build(:node) end |