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

#calleString

La calle

Returns:

  • (String)

    the current value of calle



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

def calle
  @calle
end

#codigoPostalString

El código postal

Returns:

  • (String)

    the current value of codigoPostal



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

def codigoPostal
  @codigoPostal
end

#coloniaString

La colonia

Returns:

  • (String)

    the current value of colonia



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

def colonia
  @colonia
end

#estadoString

El estado

Returns:

  • (String)

    the current value of estado



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

def estado
  @estado
end

#localidadString

La localidad (o ciudad)

Returns:

  • (String)

    the current value of localidad



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

def localidad
  @localidad
end

#municipioString

El municipio

Returns:

  • (String)

    the current value of municipio



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

def municipio
  @municipio
end

#noExteriorString

El número exterior

Returns:

  • (String)

    the current value of noExterior



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

def noExterior
  @noExterior
end

#noInteriorString

El número interior

Returns:

  • (String)

    the current value of noInterior



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

def noInterior
  @noInterior
end

#paisString

El país

Returns:

  • (String)

    the current value of pais



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

def pais
  @pais
end

#referenciaString

La referencia: lotería!.

Returns:

  • (String)

    the current value of referencia



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

def referencia
  @referencia
end