Class: ApiProxy::Client
- Inherits:
-
Object
- Object
- ApiProxy::Client
- Defined in:
- lib/api_proxy/client.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
A new instance of Client.
Constructor Details
#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 |