class Fbe::Iterate

def initialize(fb:, loog:, options:, global:)

Parameters:
  • global (Hash) -- The hash for global caching of API responses
  • options (Judges::Options) -- The options containing repository configuration
  • loog (Loog) -- The logging facility for debug output
  • fb (Factbase) -- The factbase for storing iteration state
def initialize(fb:, loog:, options:, global:)
  @fb = fb
  @loog = loog
  @options = options
  @global = global
  @label = nil
  @since = 0
  @query = nil
  @repeats = 1
  @quota_aware = false
end