Class: OPNsenseAPI::Core::IDS

Inherits:
Object
  • Object
show all
Includes:
OPNsenseAPI::Core
Defined in:
lib/opnsense_api/core/ids.rb,
lib/opnsense_api/core/ids/service.rb,
lib/opnsense_api/core/ids/settings.rb

Overview

Defined Under Namespace

Classes: Service, Settings

Instance Method Summary collapse

Methods included from OPNsenseAPI::Core

#initialize

Instance Method Details

#serviceObject



27
28
29
# File 'lib/opnsense_api/core/ids.rb', line 27

def service
  Service.new(@client)
end

#settingsObject



31
32
33
# File 'lib/opnsense_api/core/ids.rb', line 31

def settings
  Settings.new(@client)
end