module Aua::Agents::Eon

Public Class Methods

extend?(agent) click to toggle source
# File lib/aua-mite/agents/eon.rb, line 3
def self.extend?(agent)
  agent.app == "Eon"
end

Public Instance Methods

name() click to toggle source
# File lib/aua-mite/agents/eon.rb, line 11
def name
  :Eon
end
type() click to toggle source
# File lib/aua-mite/agents/eon.rb, line 7
def type
  :ApiClient
end