Class: Identificamex::Rfc::Homoclave

Inherits:
Object
  • Object
show all
Defined in:
lib/identificamex/rfc/homoclave.rb

Instance Method Summary collapse

Constructor Details

#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

Instance Method Details

#siglasObject



11
12
13
# File 'lib/identificamex/rfc/homoclave.rb', line 11

def siglas
  homonimia + digito_verificador
end