module Maxwell::Agent::Probe
Public Class Methods
included(base)
click to toggle source
# File lib/maxwell/agent/probe.rb, line 4 def self.included(base) base.extend(ClassMethods) base.instance_eval do private_class_method :call_handler, :instance attr_accessor :output, :args end end
Public Instance Methods
work_type()
click to toggle source
# File lib/maxwell/agent/probe.rb, line 12 def work_type self.class.work_type end