Class: HttpApiClient::StubLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/http_api_client.rb

Class Method Summary collapse

Class Method Details

.debug(message) ⇒ Object



72
73
74
# File 'lib/http_api_client.rb', line 72

def self.debug(message)
  #Stub implementation
end

.error(message) ⇒ Object



80
81
82
# File 'lib/http_api_client.rb', line 80

def self.error(message)
  #Stub implementation
end

.info(message) ⇒ Object



68
69
70
# File 'lib/http_api_client.rb', line 68

def self.info(message)
  #Stub implementation
end

.warn(message) ⇒ Object



76
77
78
# File 'lib/http_api_client.rb', line 76

def self.warn(message)
  #Stub implementation
end