Method: ZktClient::Configuration#with_object_response?
- Defined in:
- lib/zkt_client/configuration.rb
#with_object_response? ⇒ Boolean
Checks if object response is enabled
43 44 45 |
# File 'lib/zkt_client/configuration.rb', line 43 def with_object_response? @is_object_response_enabled || ENV["ZKT_OBJECT_RESPONSE_ENABLED"] || false end |