Class: OPNsenseAPI::Core::Unbound
- Inherits:
-
Object
- Object
- OPNsenseAPI::Core::Unbound
show all
- Includes:
- OPNsenseAPI::Core
- Defined in:
- lib/opnsense_api/core/unbound.rb,
lib/opnsense_api/core/unbound/service.rb,
lib/opnsense_api/core/unbound/settings.rb,
lib/opnsense_api/core/unbound/diagnostics.rb
Overview
Defined Under Namespace
Classes: Diagnostics, Service, Settings
Instance Method Summary
collapse
#initialize
Instance Method Details
#diagnostics ⇒ Object
28
29
30
|
# File 'lib/opnsense_api/core/unbound.rb', line 28
def diagnostics
Diagnostics.new(@client)
end
|
#service ⇒ Object
32
33
34
|
# File 'lib/opnsense_api/core/unbound.rb', line 32
def service
Service.new(@client)
end
|
#settings ⇒ Object
36
37
38
|
# File 'lib/opnsense_api/core/unbound.rb', line 36
def settings
Settings.new(@client)
end
|