Class: OvirtSDK4::FollowService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#service(path) ⇒ Service
Locates the service corresponding to the given path.
10903 10904 10905 10906 10907 10908 |
# File 'lib/ovirtsdk4/services.rb', line 10903 def service(path) if path.nil? || path == '' return self end raise Error.new("The path \"#{path}\" doesn't correspond to any service") end |