module Sefazp
Constants
Public Instance Methods
parse_cte(xml_content)
click to toggle source
# File lib/sefazp.rb, line 14 def parse_cte(xml_content) Cte.new(xml_content).parse end
parse_mdfe(xml_content)
click to toggle source
# File lib/sefazp.rb, line 10 def parse_mdfe(xml_content) Mdfe.new(xml_content).parse end
parse_nfe(xml_content)
click to toggle source
# File lib/sefazp.rb, line 18 def parse_nfe(xml_content) Nfe.new(xml_content).parse end