Class: Net::HTTPResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/blizzard_api/api_response.rb

Overview

Workaround for fake response payloads

Instance Method Summary collapse

Instance Method Details

#cached?Boolean

Returns:

  • (Boolean)


23
24
25
# File 'lib/blizzard_api/api_response.rb', line 23

def cached?
  false
end