Method: VMC::Client#services

Defined in:
lib/vmc/client.rb

#servicesObject

listing of services that are available in the system



175
176
177
178
# File 'lib/vmc/client.rb', line 175

def services
  
  json_get(VMC::SERVICES_PATH)
end