Module: TeamcityRuby
- Includes:
- HTTParty
- Defined in:
- lib/teamcity_ruby.rb,
lib/teamcity_ruby/project.rb,
lib/teamcity_ruby/version.rb,
lib/teamcity_ruby/resource.rb,
lib/teamcity_ruby/vcs_root.rb,
lib/teamcity_ruby/build_configuration.rb
Defined Under Namespace
Modules: Resource
Classes: BuildConfiguration, Project, VcsRoot
Constant Summary
collapse
- VERSION =
"0.0.2"
Class Method Summary
collapse
Class Method Details
.client ⇒ Object
15
16
17
|
# File 'lib/teamcity_ruby.rb', line 15
def self.client
self
end
|
19
20
21
|
# File 'lib/teamcity_ruby.rb', line 19
def self.configure
yield self
end
|