module Sefazp

Constants

VERSION

VERSION = “0.0.1” VERSION = “0.0.2” VERSION = “0.0.3” VERSION = “1.0.0” VERSION = “1.1.0” VERSION = “1.1.1” VERSION = “1.1.2”

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