Method: ApiProxy::Client#initialize
- Defined in:
- lib/api_proxy/client.rb
#initialize(options = {}) ⇒ Client
Returns a new instance of Client.
5 6 7 |
# File 'lib/api_proxy/client.rb', line 5 def initialize( = {}) = { namespace: :default }.merge() end |