class Yade::Project::Rest::Client::VcsClient

vcs client

Public Class Methods

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