Module: ClientApiBuilder
- Defined in:
- lib/client_api_builder/section.rb,
lib/client-api-builder.rb,
lib/client_api_builder/router.rb,
lib/client_api_builder/query_params.rb,
lib/client_api_builder/nested_router.rb,
lib/client_api_builder/net_http_request.rb,
lib/client_api_builder/active_support_notifications.rb,
lib/client_api_builder/active_support_log_subscriber.rb
Overview
Purpose is to log all requests
Defined Under Namespace
Modules: ActiveSupportNotifications, NetHTTP, Router, Section Classes: ActiveSupportLogSubscriber, Error, NestedRouter, QueryParams, UnexpectedResponse
Class Attribute Summary collapse
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.logger ⇒ Object
Returns the value of attribute logger.
15 16 17 |
# File 'lib/client-api-builder.rb', line 15 def logger @logger end |