Method: VMC::Client#services
- Defined in:
- lib/vmc/client.rb
#services ⇒ Object
listing of services that are available in the system
175 176 177 178 |
# File 'lib/vmc/client.rb', line 175 def services check_login_status json_get(VMC::SERVICES_PATH) end |