travis-ci
41 of 41 new or added lines in 2 files covered. (100.0%)
433 of 831 relevant lines covered (52.11%)
0.52 hits per line
1 |
# frozen_string_literal: true
|
|
2 |
|
|
3 |
require "hachi"
|
1✔ |
4 |
|
|
5 |
module Mihari |
1✔ |
6 |
class TheHive |
1✔ |
7 |
class Base |
1✔ |
8 |
# @return [Hachi::API]
|
|
9 |
def api |
1✔ |
10 |
@api ||= Hachi::API.new |
× |
11 |
end
|
|
12 |
end
|
|
13 |
end
|
|
14 |
end
|