class GdsApi::Config

def hash_response_for_requests=(value)

def hash_response_for_requests=(value)
  warn <<-doc
ECATION NOTICE: Please delete any instances of
Api.config.hash_response_for_requests=` from your codebase to make
 responses behave like a Hash instead of an OpenStruct.
 configuration option will be be removed. Returning responses that
ve like a Hash is the default behaviour and it won't be possible to
out from December 1st, 2016.
ed from: #{caller[2]}
  doc
  @hash_response_for_requests = value
end