Method: VMC::Client#info
- Defined in:
- lib/vmc/client.rb
#info ⇒ Object
Retrieves information on the target cloud, and optionally the logged in user
53 54 55 56 |
# File 'lib/vmc/client.rb', line 53 def info # TODO: Should merge for new version IMO, general, services, user_account json_get(VMC::INFO_PATH) end |