Class: OvirtSDK4::NetworkFilterService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ NetworkFilter
Retrieves a representation of the network filter.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ NetworkFilter
Retrieves a representation of the network filter.
16311 16312 16313 |
# File 'lib/ovirtsdk4/services.rb', line 16311 def get(opts = {}) internal_get(GET, opts) end |