class TeamcityRestClient::IncludeAllFilter

Public Instance Methods

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