Module: DfeTaxweb

Defined in:
lib/dfe_taxweb.rb,
lib/dfe_taxweb/nfe.rb,
lib/dfe_taxweb/version.rb,
lib/dfe_taxweb/atributo.rb,
lib/dfe_taxweb/conjunto.rb,
lib/dfe_taxweb/atributos.rb

Defined Under Namespace

Classes: Atributo, Atributos, Conjunto, Nfe

Constant Summary collapse

VERSION =
'0.1.12'

Class Method Summary collapse

Class Method Details

.atributo(path, hash = nil) ⇒ Object



16
17
18
# File 'lib/dfe_taxweb.rb', line 16

def self.atributo(path, hash=nil)
  DfeTaxweb::Atributos.instance.atributo(path, hash)
end

.atributosObject



20
21
22
# File 'lib/dfe_taxweb.rb', line 20

def self.atributos
  DfeTaxweb::Atributos.instance
end

.nfe(xml_or_hash) ⇒ Object



12
13
14
# File 'lib/dfe_taxweb.rb', line 12

def self.nfe(xml_or_hash)
  DfeTaxweb::Nfe.new xml_or_hash
end