class Honeybadger::Backend::Test

def self.check_ins

Returns:
  • (Array) - List of check ins.
    Other tags:
      Api: - public
    def self.check_ins
      @check_ins ||= []
    end