Method: Identificamex::Rfc::Homoclave#initialize

Defined in:
lib/identificamex/rfc/homoclave.rb

#initialize(rfc_base) ⇒ Homoclave

Returns a new instance of Homoclave.



6
7
8
9
# File 'lib/identificamex/rfc/homoclave.rb', line 6

def initialize(rfc_base)
  @rfc_base = rfc_base
  @tabla_conversiones = nil
end