class Travis::Client::Cache

Public Instance Methods

delete() click to toggle source
# File lib/travis/client/cache.rb, line 16
def delete
  repository.delete_caches(:branch => branch, :match => slug)
end
inspect_info() click to toggle source
# File lib/travis/client/cache.rb, line 20
def inspect_info
  [repository.slug, branch, slug].compact.join(" ")
end