module DfeTaxweb

Constants

VERSION

Public Class Methods

atributo(path, hash=nil) click to toggle source
# File lib/dfe_taxweb.rb, line 16
def self.atributo(path, hash=nil)
  DfeTaxweb::Atributos.instance.atributo(path, hash)
end
atributos() click to toggle source
# File lib/dfe_taxweb.rb, line 20
def self.atributos
  DfeTaxweb::Atributos.instance
end
nfe(xml_or_hash) click to toggle source
# File lib/dfe_taxweb.rb, line 12
def self.nfe(xml_or_hash)
  DfeTaxweb::Nfe.new xml_or_hash
end