class Yade::Project::Rest::Client::RvmRuntimeClient

rvm runtime client

Public Class Methods

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