Class: LogStash::Api::Modules::Node

Inherits:
Base
  • Object
show all
Defined in:
lib/logstash/api/modules/node.rb

Instance Attribute Summary

Attributes inherited from Base

#agent, #factory

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from LogStash::Api::Modules::Base

Instance Method Details

#nodeObject



9
10
11
# File 'lib/logstash/api/modules/node.rb', line 9

def node
  factory.build(:node)
end