Class: OvirtSDK4::VmApplicationService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ Application
Returns the information about the application.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ Application
Returns the information about the application.
29484 29485 29486 |
# File 'lib/ovirtsdk4/services.rb', line 29484 def get(opts = {}) internal_get(GET, opts) end |