Class: GetaroundUtils::Utils::HttpReporter

Inherits:
Object
  • Object
show all
Includes:
Mixins::Loggable
Defined in:
lib/getaround_utils/utils/http_reporter.rb

Instance Method Summary collapse

Methods included from Mixins::Loggable

#base_append_infos_to_loggable, #base_loggable_logger, #class_name, #loggable, #loggable_log

Constructor Details

#initialize(_) ⇒ HttpReporter

Returns a new instance of HttpReporter.



4
5
6
# File 'lib/getaround_utils/utils/http_reporter.rb', line 4

def initialize(_)
  loggable_log(:warn, 'use of deprecated class')
end

Instance Method Details

#report(_) ⇒ Object



8
9
10
# File 'lib/getaround_utils/utils/http_reporter.rb', line 8

def report(_)
  loggable_log(:warn, 'use of deprecated class')
end