class BlacklightInternetArchive::HashWithResponse

Public Class Methods

new(request, response, result) click to toggle source
Calls superclass method
# File lib/blacklight_internet_archive/hash_with_response.rb, line 6
def initialize(request, response, result)
  super()
  initialize_response(request, response, result || {})
end