Class: OvirtSDK4::CopyableService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#copy(opts = {}) ⇒ Object
Executes the
copy
method. -
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#copy(opts = {}) ⇒ Object
Executes the copy
method.
6069 6070 6071 |
# File 'lib/ovirtsdk4/services.rb', line 6069 def copy(opts = {}) internal_action(:copy, nil, COPY, opts) end |