Method: ZktClient::Configuration#is_object_response_enabled=

Defined in:
lib/zkt_client/configuration.rb

#is_object_response_enabled=(value) ⇒ Object (writeonly)

Sets the attribute is_object_response_enabled

Parameters:

  • value

    the value to set the attribute is_object_response_enabled to.



10
11
12
# File 'lib/zkt_client/configuration.rb', line 10

def is_object_response_enabled=(value)
  @is_object_response_enabled = value
end