class Yade::Project::Rest::Client::PyenvRuntimeClient

pyenv runtime client

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/yade/project/rest/client/pyenv_runtime_client.rb, line 19
def initialize
  super('yadeproject', 'pyenv-runtime', 'Yade::Project::Rest::Model::PyenvRuntime')
end