Method: Typhoeus::RemoteMethod#cache_responses?

Defined in:
lib/typhoeus/remote_method.rb

#cache_responses?Boolean

Returns:

  • (Boolean)


20
21
22
# File 'lib/typhoeus/remote_method.rb', line 20

def cache_responses?
  @cache_responses
end