class Barnesandnoble::Response

Public Instance Methods

body() click to toggle source
# File lib/barnesandnoble/response.rb, line 8
def body
  __getobj__.body.force_encoding('ISO8859-1').encode('UTF-8')
end
to_h() click to toggle source
# File lib/barnesandnoble/response.rb, line 12
def to_h
  MultiXml.parse(body)
end