Method: VMC::Client#app_instances
- Defined in:
- lib/vmc/client.rb
#app_instances(name) ⇒ Object
142 143 144 145 |
# File 'lib/vmc/client.rb', line 142 def app_instances(name) check_login_status json_get(path(VMC::APPS_PATH, name, "instances")) end |