Class: Yadecli::Client::VcsClient

Inherits:
BaseClient show all
Includes:
HTTParty
Defined in:
lib/yadecli/client/vcs_client.rb

Overview

vcs client

Instance Method Summary collapse

Methods inherited from BaseClient

#base_path, #get, #get_request, #list

Constructor Details

#initializeVcsClient

Returns a new instance of VcsClient.



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

def initialize
  super('yadeproject', 'vcs')
end