Class: OPNsenseAPI::Core::Routes::Gateway
- Inherits:
-
Object
- Object
- OPNsenseAPI::Core::Routes::Gateway
- Includes:
- OPNsenseAPI::Core
- Defined in:
- lib/opnsense_api/core/routes/gateway.rb
Overview
Constant Summary collapse
- BASE_PATH =
'/routes/gateway'
Instance Method Summary collapse
Methods included from OPNsenseAPI::Core
Instance Method Details
#status(params = {}) ⇒ Object
27 28 29 |
# File 'lib/opnsense_api/core/routes/gateway.rb', line 27 def status(params = {}) @client.get("#{BASE_PATH}/status", params) end |