Class: OvirtSDK4::OperatingSystemService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ OperatingSystemInfo
Returns the representation of the object managed by this service.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ OperatingSystemInfo
Returns the representation of the object managed by this service.
17478 17479 17480 |
# File 'lib/ovirtsdk4/services.rb', line 17478 def get(opts = {}) internal_get(GET, opts) end |