Class: Vx::ServiceConnector::GitlabV5
- Defined in:
- lib/vx/service_connector/gitlab_v5.rb,
lib/vx/service_connector/gitlab_v5/deploy_keys.rb
Defined Under Namespace
Classes: DeployKeys
Instance Attribute Summary
Attributes inherited from GitlabV4
Instance Method Summary collapse
Methods inherited from GitlabV4
#commits, #files, #hooks, #notices, #organizations
Methods included from Base
#hooks, #notices, #organizations
Instance Method Details
#deploy_keys(repo) ⇒ Object
11 12 13 |
# File 'lib/vx/service_connector/gitlab_v5.rb', line 11 def deploy_keys(repo) GitlabV5::DeployKeys.new(session, repo) end |