class HTTParty::Request

Public Instance Methods

parse_response(body) click to toggle source
# File lib/endicia_ruby/request.rb, line 11
def parse_response(body)
  parse_response_without_hack(
    body.sub(/xmlns=("|')(.*envmgr.com|.*endicia.com)/i, 'xmlns=\1https://\2'))
end
Also aliased as: parse_response_without_hack
parse_response_without_hack(body)
Alias for: parse_response