Class: Identificamex::Rfc::Homoclave
- Inherits:
-
Object
- Object
- Identificamex::Rfc::Homoclave
- Defined in:
- lib/identificamex/rfc/homoclave.rb
Instance Method Summary collapse
-
#initialize(rfc_base) ⇒ Homoclave
constructor
A new instance of Homoclave.
- #siglas ⇒ Object
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
#siglas ⇒ Object
11 12 13 |
# File 'lib/identificamex/rfc/homoclave.rb', line 11 def siglas homonimia + digito_verificador end |