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