class TeamcityRestClient::ExcludeNoneFilter

Public Instance Methods

misses() click to toggle source
# File lib/teamcity-rest-client.rb, line 23
def misses
  []
end
retain?(thing) click to toggle source
# File lib/teamcity-rest-client.rb, line 20
def retain? thing
  true
end