Class: Yadecli::Client::PyenvRuntimeClient

Inherits:
BaseClient
  • Object
show all
Includes:
HTTParty
Defined in:
lib/yadecli/client/pyenv_runtime_client.rb

Overview

pyenv runtime client

Instance Method Summary collapse

Methods inherited from BaseClient

#base_path, #get, #get_request, #list

Constructor Details

#initializePyenvRuntimeClient

Returns a new instance of PyenvRuntimeClient.



18
19
20
# File 'lib/yadecli/client/pyenv_runtime_client.rb', line 18

def initialize
  super('yadeproject', 'pyenv-runtime')
end