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