module Gitlab

Public Instance Methods

running?() click to toggle source
# File lib/gitlab_cancelbot/gitlab.rb, line 18
def running?
  @status == "running"
end