lib/vmc/client.rb in vmc-0.3.13.beta.2 vs lib/vmc/client.rb in vmc-0.3.13.beta.3
- old
+ new
@@ -61,9 +61,13 @@
def services_info
check_login_status
json_get(VMC::GLOBAL_SERVICES_PATH)
end
+ def runtimes_info
+ json_get(VMC::GLOBAL_RUNTIMES_PATH)
+ end
+
######################################################
# Apps
######################################################
def apps