Method: CoreLibrary::ApiCall#endpoint_context
- Defined in:
- lib/apimatic-core/api_call.rb
#endpoint_context(context_key, context_value) ⇒ ApiCall
The setter for the context for an endpoint call.
40 41 42 43 |
# File 'lib/apimatic-core/api_call.rb', line 40 def endpoint_context(context_key, context_value) @endpoint_context[context_key] = context_value self end |