class PayPal::FreteFacil::Parser
Public Instance Methods
parse(xml)
click to toggle source
# File lib/paypal/fretefacil/parser.rb, line 7 def parse(xml) Nokogiri::XML(xml).xpath("//return").text.to_f end
# File lib/paypal/fretefacil/parser.rb, line 7 def parse(xml) Nokogiri::XML(xml).xpath("//return").text.to_f end