Class: CFDI::Domicilio

Inherits:
ElementoComprobante show all
Defined in:
lib/entidad.rb

Overview

Un domicilio

Instance Attribute Summary (collapse)

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

Returns:

  • (String)

    the current value of calle



74
75
76
# File 'lib/entidad.rb', line 74

def calle
  @calle
end

- (String) codigoPostal

El código postal

Returns:

  • (String)

    the current value of codigoPostal



74
75
76
# File 'lib/entidad.rb', line 74

def codigoPostal
  @codigoPostal
end

- (String) colonia

La colonia

Returns:

  • (String)

    the current value of colonia



74
75
76
# File 'lib/entidad.rb', line 74

def colonia
  @colonia
end

- (String) estado

El estado

Returns:

  • (String)

    the current value of estado



74
75
76
# File 'lib/entidad.rb', line 74

def estado
  @estado
end

- (String) localidad

La localidad (o ciudad)

Returns:

  • (String)

    the current value of localidad



74
75
76
# File 'lib/entidad.rb', line 74

def localidad
  @localidad
end

- (String) municipio

El municipio

Returns:

  • (String)

    the current value of municipio



74
75
76
# File 'lib/entidad.rb', line 74

def municipio
  @municipio
end

- (String) noExterior

El número exterior

Returns:

  • (String)

    the current value of noExterior



74
75
76
# File 'lib/entidad.rb', line 74

def noExterior
  @noExterior
end

- (String) noInterior

El número interior

Returns:

  • (String)

    the current value of noInterior



74
75
76
# File 'lib/entidad.rb', line 74

def noInterior
  @noInterior
end

- (String) pais

El país

Returns:

  • (String)

    the current value of pais



74
75
76
# File 'lib/entidad.rb', line 74

def pais
  @pais
end

- (String) referencia

La referencia: lotería!.

Returns:

  • (String)

    the current value of referencia



74
75
76
# File 'lib/entidad.rb', line 74

def referencia
  @referencia
end