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 |