Class: CFDI::Domicilio
- Inherits:
-
ElementoComprobante
- Object
- ElementoComprobante
- CFDI::Domicilio
- Defined in:
- lib/entidad.rb
Overview
Un domicilio
Instance Attribute Summary (collapse)
-
- (String) calle
La calle.
-
- (String) codigoPostal
El código postal.
-
- (String) colonia
La colonia.
-
- (String) estado
El estado.
-
- (String) localidad
La localidad (o ciudad).
-
- (String) municipio
El municipio.
-
- (String) noExterior
El número exterior.
-
- (String) noInterior
El número interior.
-
- (String) pais
El país.
-
- (String) referencia
La referencia: lotería!.
Method Summary
Methods inherited from ElementoComprobante
#cadena_original, data, #initialize, #to_h
Constructor Details
This class inherits a constructor from CFDI::ElementoComprobante
Instance Attribute Details
- (String) calle
La calle
74 75 76 |
# File 'lib/entidad.rb', line 74 def calle @calle end |
- (String) codigoPostal
El código postal
74 75 76 |
# File 'lib/entidad.rb', line 74 def codigoPostal @codigoPostal end |
- (String) colonia
La colonia
74 75 76 |
# File 'lib/entidad.rb', line 74 def colonia @colonia end |
- (String) estado
El estado
74 75 76 |
# File 'lib/entidad.rb', line 74 def estado @estado end |
- (String) localidad
La localidad (o ciudad)
74 75 76 |
# File 'lib/entidad.rb', line 74 def localidad @localidad end |
- (String) municipio
El municipio
74 75 76 |
# File 'lib/entidad.rb', line 74 def municipio @municipio end |
- (String) noExterior
El número exterior
74 75 76 |
# File 'lib/entidad.rb', line 74 def noExterior @noExterior end |
- (String) noInterior
El número interior
74 75 76 |
# File 'lib/entidad.rb', line 74 def noInterior @noInterior end |
- (String) pais
El país
74 75 76 |
# File 'lib/entidad.rb', line 74 def pais @pais end |
- (String) referencia
La referencia: lotería!.
74 75 76 |
# File 'lib/entidad.rb', line 74 def referencia @referencia end |