Method: App42::Command::Config#get_runtimes

Defined in:
lib/app42/command/config.rb

#get_runtimesObject

return list of runtimes



41
42
43
# File 'lib/app42/command/config.rb', line 41

def get_runtimes
  build_get_request params, 'info', 'runtimes'
end