Method: OvirtSDK4::AffinityGroupVmLabelService#service
- Defined in:
- lib/ovirtsdk4/services.rb
#service(path) ⇒ Service
Locates the service corresponding to the given path.
1454 1455 1456 1457 1458 1459 |
# File 'lib/ovirtsdk4/services.rb', line 1454 def service(path) if path.nil? || path == '' return self end raise Error.new("The path \"#{path}\" doesn't correspond to any service") end |