module PlaystoreParser

Constants

VERSION

Public Class Methods

parse(response) click to toggle source
# File lib/playstore_parser.rb, line 6
def self.parse(response)
  ResponseWrapper.new.parse(response)
end