class Ruboty::Gitlab::Actions::ClearCache

Public Instance Methods

call() click to toggle source
# File lib/ruboty/gitlab/actions/clear_cache.rb, line 5
def call
  clear_projects
  report
end

Private Instance Methods

report() click to toggle source
# File lib/ruboty/gitlab/actions/clear_cache.rb, line 12
def report
  message.reply("Cleared gitlab brain cache")
end