Class: HttpApiClient::StubLogger
- Inherits:
-
Object
- Object
- HttpApiClient::StubLogger
- 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() #Stub implementation end |
.error(message) ⇒ Object
80 81 82 |
# File 'lib/http_api_client.rb', line 80 def self.error() #Stub implementation end |
.info(message) ⇒ Object
68 69 70 |
# File 'lib/http_api_client.rb', line 68 def self.info() #Stub implementation end |
.warn(message) ⇒ Object
76 77 78 |
# File 'lib/http_api_client.rb', line 76 def self.warn() #Stub implementation end |