Class: OvirtSDK4::SnapshotDiskService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ Disk
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 = {}) ⇒ Disk
Returns the representation of the object managed by this service.
19838 19839 19840 |
# File 'lib/ovirtsdk4/services.rb', line 19838 def get(opts = {}) internal_get(GET, opts) end |