class Bookdepository::Parser

Public Instance Methods

to_h() click to toggle source
# File lib/bookdepository/parser.rb, line 6
def to_h
  MultiXml.parse(body)
end