Class: Abebooks::Response

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/abebooks/response.rb

Overview

Parses the API response

Instance Method Summary collapse

Instance Method Details

#to_hObject



7
8
9
# File 'lib/abebooks/response.rb', line 7

def to_h
  MultiXml.parse(body)
end