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
61 62 63 |
# File 'lib/http_api_client.rb', line 61 def self.debug() #Stub implementation end |
.error(message) ⇒ Object
69 70 71 |
# File 'lib/http_api_client.rb', line 69 def self.error() #Stub implementation end |
.info(message) ⇒ Object
57 58 59 |
# File 'lib/http_api_client.rb', line 57 def self.info() #Stub implementation end |
.warn(message) ⇒ Object
65 66 67 |
# File 'lib/http_api_client.rb', line 65 def self.warn() #Stub implementation end |