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)
  
  json_get(path(VMC::APPS_PATH, name, "instances"))
end