Module: Sefazp

Extended by:
Sefazp
Included in:
Sefazp
Defined in:
lib/sefazp.rb,
lib/sefazp/version.rb

Constant Summary collapse

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”

"1.1.3"

Instance Method Summary collapse

Instance Method Details

#parse_cte(xml_content) ⇒ Object



14
15
16
# File 'lib/sefazp.rb', line 14

def parse_cte(xml_content)
  Cte.new(xml_content).parse
end

#parse_mdfe(xml_content) ⇒ Object



10
11
12
# File 'lib/sefazp.rb', line 10

def parse_mdfe(xml_content)
  Mdfe.new(xml_content).parse
end

#parse_nfe(xml_content) ⇒ Object



18
19
20
# File 'lib/sefazp.rb', line 18

def parse_nfe(xml_content)
  Nfe.new(xml_content).parse
end