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.3"

Class Method Summary collapse

Class Method Details

.clientObject



17
18
19
# File 'lib/teamcity_ruby.rb', line 17

def self.client
  self
end

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (TeamcityRuby)

    the object that the method was called on



21
22
23
# File 'lib/teamcity_ruby.rb', line 21

def self.configure
  yield self
end