Class: Gitloggl::Gitlab::Stack::Filter

Inherits:
Abstract
  • Object
show all
Defined in:
lib/gitloggl/gitlab/stack/filter.rb

Instance Attribute Summary

Attributes inherited from Abstract

#app, #env, #options

Instance Method Summary collapse

Methods inherited from Abstract

#call, #initialize, opt

Constructor Details

This class inherits a constructor from Gitloggl::Gitlab::Stack::Abstract

Instance Method Details

#before_callObject



9
10
11
# File 'lib/gitloggl/gitlab/stack/filter.rb', line 9

def before_call
  env.issues.select!(&where!)
end