Method: VMC::Client#services_info
- Defined in:
- lib/vmc/client.rb
#services_info ⇒ Object
Global listing of services that are available on the target system
61 62 63 64 |
# File 'lib/vmc/client.rb', line 61 def services_info check_login_status json_get(path(VMC::GLOBAL_SERVICES_PATH)) end |